[Add] SendBirdUIKit 3.3.2
[CocoaPods.git] / Specs / c / 3 / 6 / PFCloud+Cache / 0.0.1 / PFCloud+Cache.podspec.json
blob367d1335aaa53e3ba594b0f70090c0c40b680af0
2   "name": "PFCloud+Cache",
3   "version": "0.0.1",
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.1"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source_files": "*.{h,m}",
20   "requires_arc": true,
21   "dependencies": {
22     "RSCategories": [
23       "~> 0.1"
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   }