blob: ae4d973c984b1a5ac0ba2d4081266dc86587eab1 [file] [log] [blame]
{
"name": "Realm-Rest",
"version": "2.0.2",
"summary": "An extension to Realm.io for working with JSON based Rest API's",
"homepage": "https://github.com/laptobbe/Realm-Rest",
"license": "MIT",
"authors": {
"Tobias Sundstrand": "tobias.sundstrand@gmail.com"
},
"source": {
"git": "https://github.com/laptobbe/Realm-Rest.git",
"tag": "2.0.2"
},
"social_media_url": "https://twitter.com/laptobbe",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"Realm": [
"~> 0.90.5"
],
"Realm+JSON": [
"~> 0.2.5"
],
"NSString-UrlEncode": [
"~> 2.0.0"
],
"NSURL+QueryDictionary": [
"~> 1.0.3"
],
"KTBTaskQueue": [
"~> 1.0.1"
],
"AFNetworking": [
"~> 2.5.0"
],
"Functional.m": [
"~> 1.0.0"
]
}
}