blob: 68af21cd35e073bd78a087bf8b691c15e9966207 [file] [log] [blame]
{
"name": "RealmNYTStories",
"version": "1.0",
"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.0"
},
"source_files": "objective-c/*.{h,m}",
"requires_arc": true,
"dependencies": {
"RBQFetchedResultsController": [
">= 2.4"
],
"Realm": [
">= 0.96"
]
}
}