Created
April 3, 2015 09:27
-
-
Save MarcoSero/c8093f1e667a95b685f0 to your computer and use it in GitHub Desktop.
Mantle.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Mantle", | |
"version": "2.0", | |
"summary": "Model framework for Cocoa and Cocoa Touch.", | |
"homepage": "https://github.com/Mantle/Mantle", | |
"license": "MIT", | |
"authors": { | |
"GitHub": "[email protected]" | |
}, | |
"source": { | |
"git": "https://github.com/github/Mantle.git", | |
"tag": "1.5" | |
}, | |
"source_files": "Mantle", | |
"frameworks": "Foundation", | |
"platforms": { | |
"ios": "5.0", | |
"osx": "10.7" | |
}, | |
"requires_arc": true, | |
"subspecs": [ | |
{ | |
"name": "extobjc", | |
"source_files": "Mantle/extobjc" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment