[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / d / 7 / ResourceManager / 1.0.1 / ResourceManager.podspec.json
blob6a0b5cfbcfd1394c5b93e9ca2103c837427074aa
2   "name": "ResourceManager",
3   "version": "1.0.1",
4   "summary": "Synchronize your application resources from dropbox to the app and experience dynamic reload on simulator and devices.",
5   "homepage": "https://github.com/wherecloud/ResourceManager",
6   "license": {
7     "type": "Apache Licence 2.0",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Wherecloud Team": "appcorekitsupport@wherecloud.com"
12   },
13   "source": {
14     "git": "https://github.com/wherecloud/ResourceManager.git",
15     "tag": "v1.0.1"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "frameworks": [
21     "Security",
22     "QuartzCore"
23   ],
24   "xcconfig": {
25     "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\" "
26   },
27   "source_files": "ResourceManager/Classes/**/*.{h,m,mm}",
28   "private_header_files": "ResourceManager/Classes/Private/**/*.{h}",
29   "dependencies": {
30     "Dropbox-iOS-SDK": [
31       "1.3.5"
32     ]
33   },
34   "requires_arc": false