blob: 6a0b5cfbcfd1394c5b93e9ca2103c837427074aa [file] [log] [blame]
{
"name": "ResourceManager",
"version": "1.0.1",
"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.1"
},
"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}",
"private_header_files": "ResourceManager/Classes/Private/**/*.{h}",
"dependencies": {
"Dropbox-iOS-SDK": [
"1.3.5"
]
},
"requires_arc": false
}