blob: eac7c74b6902e19577e36d51ef7544cfddd5cf76 [file] [log] [blame]
{
"name": "ParcelKit",
"version": "1.0.0-b7",
"summary": "ParcelKit integrates Core Data with Dropbox using the Dropbox Datastore API.",
"homepage": "http://github.com/overcommitted/ParcelKit",
"license": "MIT",
"authors": {
"Jonathan Younger": "jonathan@daikini.com"
},
"source": {
"git": "https://github.com/overcommitted/ParcelKit.git",
"tag": "1.0.0-b7"
},
"platforms": {
"ios": "6.1"
},
"source_files": "ParcelKit/*.{h,m}",
"frameworks": [
"CoreData",
"Dropbox"
],
"requires_arc": true,
"dependencies": {
"Dropbox-Sync-API-SDK": [
"~> 2.0.0-b6"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/Dropbox-Sync-API-SDK/dropbox-ios-sync-sdk-2.0.0-b6\""
}
}