blob: 5086b83055e4e75cefeb828ba397d4c357fea448 [file] [log] [blame]
{
"name": "RealmNYTStories",
"version": "1.2",
"summary": "Ready-to-go JSON parsing of New York Times Top Stories API into Realm models",
"description": "Loads data from New York Times Top Stories API and parses the JSON into provided Realm models.",
"homepage": "https://github.com/bigfish24/RealmNYTStories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adam Fish": "af@realm.io"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bigfish24/RealmNYTStories.git",
"tag": "v1.2"
},
"source_files": "objective-c/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Realm": [
">= 0.100.0"
]
}
}