blob: 9bfb6ed83150b5e6918229865189566f669bd338 [file] [log] [blame]
{
"name": "RideKitFramework",
"version": "1.0.0",
"summary": "Ride.Kit provides application developers with the opportunity to interoperate with other providers in the network.",
"homepage": "http://sdk.ridescout.com/",
"license": {
"type": "Copyright",
"file": "LICENSE"
},
"authors": "RideScout",
"source": {
"git": "https://github.com/RideScout/RideKitFramework.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "RideKit.framework"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)"
},
"preserve_paths": "RideKit.framework"
}