[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / b / 2 / PFIncrementalStore / 0.0.2 / PFIncrementalStore.podspec.json
blob2860b2fc581ab7b567273ccf61f8650f4ac38d77
2   "name": "PFIncrementalStore",
3   "version": "0.0.2",
4   "summary": "Core Data Persistence with Parse, an NSIncrementalStore subclass.",
5   "homepage": "https://github.com/sbonami/PFIncrementalStore",
6   "license": "MIT",
7   "authors": {
8     "Scott BonAmi": "sbonami828@gmail.com"
9   },
10   "platforms": {
11     "ios": "5.0"
12   },
13   "source": {
14     "git": "https://github.com/sbonami/PFIncrementalStore.git",
15     "tag": "0.0.2"
16   },
17   "source_files": [
18     "PFIncrementalStore",
19     "PFIncrementalStore/**/*.{h,m}"
20   ],
21   "public_header_files": "PFIncrementalStore/**/*.h",
22   "frameworks": "CoreData",
23   "requires_arc": true,
24   "ios": {
25     "dependencies": {
26       "Parse-iOS-SDK": [
28       ]
29     }
30   }