[Add] SJPromise 0.0.3
[CocoaPods.git] / Specs / 5 / a / 4 / RealmNYTStories / 1.3 / RealmNYTStories.podspec.json
blobc8b0a09e04f59002f92cb7c9726e7fc868b81b55
2   "name": "RealmNYTStories",
3   "version": "1.3",
4   "summary": "Ready-to-go JSON parsing of New York Times Top Stories API into Realm models",
5   "description": "Loads data from New York Times Top Stories API and parses the JSON into provided Realm models.",
6   "homepage": "https://github.com/bigfish24/RealmNYTStories",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adam Fish": "af@realm.io"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/bigfish24/RealmNYTStories.git",
19     "tag": "v1.3"
20   },
21   "source_files": "objective-c/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "Realm": [
25       ">= 0.100.0"
26     ]
27   }