blob: b80c6eef13206eefa836ce3e48b1495d9016e821 [file] [log] [blame]
{
"name": "ResourceManager",
"version": "1.0.0",
"summary": "Synchronize your application resources from dropbox to the app and experience dynamic reload on simulator and devices.",
"homepage": "https://github.com/wherecloud/ResourceManager",
"license": {
"type": "Apache Licence 2.0",
"file": "LICENSE.txt"
},
"authors": {
"Wherecloud Team": "appcorekitsupport@wherecloud.com"
},
"source": {
"git": "https://github.com/wherecloud/ResourceManager.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "5.0"
},
"frameworks": [
"Security",
"QuartzCore"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load -weak_library /usr/lib/libstdc++.dylib -weak_library \"${PODS_ROOT}/Dropbox-iOS-SDK/dropbox-ios-sdk-1.3.5/DropboxSDK.framework/DropboxSDK\" "
},
"source_files": "ResourceManager/Classes/**/*.{h,m,mm}",
"dependencies": {
"Dropbox-iOS-SDK": [
"1.3.5"
]
},
"requires_arc": false
}