blob: 2867352563bf6f4649ebc4ca07d3ce630b36a8b9 [file] [log] [blame]
{
"name": "CJKit",
"version": "0.1.0",
"summary": "An Objective-C wrapper for the ClubJudge API",
"homepage": "https://github.com/clubjudge/objc-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bruno Abrantes": "bruno.abrantes@clubjudge.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/clubjudge/objc-sdk.git",
"tag": "0.1.0"
},
"source_files": [
"CJAPIClient",
"CJAPICLient/**/*.{h,m}"
],
"public_header_files": "CJAPIClient/**/*.h",
"frameworks": "CoreLocation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.2"
],
"ObjectiveSugar": [
]
}
}