[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / 3 / 6 / PFCloud+Cache / 0.0.2 / PFCloud+Cache.podspec.json
blobddb29459be5a66991d14aad3fc26e3cd30a6793d
2   "name": "PFCloud+Cache",
3   "version": "0.0.2",
4   "summary": "iOS library for caching cloud function calls in Parse.",
5   "homepage": "https://github.com/martinrybak/PFCloud-Cache",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Martin Rybak": "martin.rybak@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/martinrybak/PFCloud-Cache.git",
14     "tag": "0.0.2"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source_files": "*.{h,m}",
20   "requires_arc": true,
21   "dependencies": {
22     "NSData+MD5Digest": [
23       "~> 1.0"
24     ],
25     "TMCache": [
26       "~> 1.2.0"
27     ],
28     "Parse-iOS-SDK": [
29       "~> 1.2.18"
30     ]
31   },
32   "xcconfig": {
33     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/Parse-iOS-SDK\""
34   }