blob: 138d8f24dde142802123b592e6c76cecd08c8198 [file] [log] [blame]
{
"name": "Foursquare-API-v2",
"version": "1.4.2",
"summary": "Objective-C Foursquare API v2. With native authorisation now.",
"homepage": "https://github.com/Constantine-Fry/Foursquare-API-v2",
"screenshots": "https://raw.github.com/Constantine-Fry/Foursquare-API-v2/master/img/photo2.PNG",
"license": "MIT",
"authors": {
"Constantine Fry": "constantine.fry@gmail.com"
},
"source": {
"git": "https://github.com/Constantine-Fry/Foursquare-API-v2.git",
"tag": "1.4.2",
"submodules": "true"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes",
"Foursquare2/**/*.{h,m}"
],
"exclude_files": "Foursquare2/submodule",
"resources": [
"Foursquare2/*.png",
"Foursquare2/**/*.{xib}"
],
"requires_arc": true,
"dependencies": {
"FSOAuth": [
]
}
}