blob: 1e29c4f4a888fe05275390a38dd8838212b06c27 [file] [log] [blame]
{
"name": "RealmNYTStories",
"version": "1.1",
"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.1"
},
"source_files": "objective-c/*.{h,m}",
"requires_arc": true,
"dependencies": {
"RBQFetchedResultsController": [
">= 2.4.1"
],
"Realm": [
">= 0.96.0"
]
}
}