[Add] SJPromise 0.0.3
[CocoaPods.git] / Specs / 5 / a / 4 / RealmNYTStories / 1.0 / RealmNYTStories.podspec.json
blob68af21cd35e073bd78a087bf8b691c15e9966207
2   "name": "RealmNYTStories",
3   "version": "1.0",
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.0"
20   },
21   "source_files": "objective-c/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "RBQFetchedResultsController": [
25       ">= 2.4"
26     ],
27     "Realm": [
28       ">= 0.96"
29     ]
30   }