[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 0 / e / RealmSwiftNYTStories / 1.3 / RealmSwiftNYTStories.podspec.json
blobc739234cb017744360024ff21cb2288428c44111
2   "name": "RealmSwiftNYTStories",
3   "version": "1.3",
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.3"
20   },
21   "source_files": "swift/*.{swift}",
22   "requires_arc": true,
23   "dependencies": {
24     "RealmSwift": [
25       ">= 0.100.0"
26     ]
27   },
28   "pushed_with_swift_version": "3.0"