blob: 362134218a807b55be09a356d94ba42832c87da5 [file] [log] [blame]
{
"name": "CTS",
"version": "0.1.1",
"summary": "A Objective-C wrapper for Connexionz",
"description": " A Objective-C wrapper for Connexionz Transportation Systems (i.e. Corvallis Transportation System)\n\n",
"homepage": "http://github.com/osu-app-club/CTS",
"license": "MIT",
"authors": {
"cvanderschuere": "cdvconcepts@gmail.com"
},
"source": {
"git": "https://github.com/osu-app-club/CTS.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"frameworks": "CoreLocation",
"dependencies": {
"RaptureXML": [
],
"AFNetworking": [
]
}
}