[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 5 / 4 / ContentfulPersistenceObjC / 1.0.0 / ContentfulPersistenceObjC.podspec.json
blobca07bca20bd99dcafa9363f562c373521570d8cf
2   "name": "ContentfulPersistenceObjC",
3   "version": "1.0.0",
4   "summary": "Simplified persistence for the Contentful iOS SDK.",
5   "homepage": "https://github.com/contentful/contentful-persistence.objc",
6   "license": "MIT",
7   "authors": {
8     "Boris Bügling": "boris@contentful.com"
9   },
10   "source": {
11     "git": "https://github.com/contentful/contentful-persistence.objc.git",
12     "tag": "1.0.0"
13   },
14   "social_media_url": "https://twitter.com/contentful",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "dependencies": {
21     "ContentfulDeliveryAPI": [
22       "~> 2.0.1"
23     ]
24   },
25   "default_subspecs": "CoreData",
26   "deprecated_in_favor_of": "ContentfulPersistenceSwift",
27   "subspecs": [
28     {
29       "name": "CoreData",
30       "frameworks": "CoreData",
31       "source_files": "Code/CoreData*.{h,m}",
32       "ios": {
33         "source_files": "Code/UIKit"
34       }
35     },
36     {
37       "name": "Realm",
38       "dependencies": {
39         "Realm": [
40           "~> 2.5.0"
41         ]
42       },
43       "source_files": "Code/Realm*.{h,m}",
44       "platforms": {
45         "ios": "8.0",
46         "osx": "10.10"
47       }
48     }
49   ]