[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 4 / a / TOMSCoreDataManager / 0.1.1 / TOMSCoreDataManager.podspec.json
blob564189312ec6d5975e42d22aa6d828d331dec0ae
2   "name": "TOMSCoreDataManager",
3   "version": "0.1.1",
4   "summary": "Comfortable persistency with CoreData integrated views plus support for an optional RESTful backend.",
5   "homepage": "https://github.com/TomKnig/TOMSCoreDataManager",
6   "license": "MIT",
7   "authors": {
8     "TomKnig": "hi@tomknig.de"
9   },
10   "source": {
11     "git": "https://github.com/TomKnig/TOMSCoreDataManager.git",
12     "tag": "0.1.1"
13   },
14   "social_media_url": "https://twitter.com/TomKnig",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes/**/*.{h,m}",
20   "frameworks": "CoreData",
21   "dependencies": {
22     "AFIncrementalStore": [
24     ]
25   }