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