[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 0 / e / RealmSwiftNYTStories / 1.2 / RealmSwiftNYTStories.podspec.json
bloba3b3fb66ad56eb3b8509bb1617ce4126ed5b38d2
2   "name": "RealmSwiftNYTStories",
3   "version": "1.2",
4   "summary": "Ready-to-go JSON parsing of New York Times Top Stories API into Realm Swift models",
5   "description": "Loads data from New York Times Top Stories API and parses the JSON into provided Realm Swift 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": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/bigfish24/RealmNYTStories.git",
19     "tag": "v1.2"
20   },
21   "source_files": "swift/*.{swift}",
22   "requires_arc": true,
23   "dependencies": {
24     "RealmSwift": [
25       ">= 0.100.0"
26     ]
27   }