blob: e70c9a943b0b23597309b9fb09fe217ddbb2bffc [file] [log] [blame]
{
"name": "Realm+JSON",
"version": "0.1.3",
"platforms": {
"ios": "6.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A concise Mantle-like way of working with Realm and JSON.",
"homepage": "https://github.com/matthewcheok/Realm-JSON",
"authors": {
"Matthew Cheok": "cheok.jz@gmail.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/matthewcheok/Realm-JSON.git",
"branch": "master",
"tag": "0.1.3"
},
"source_files": "Realm+JSON/*.{h,m}",
"public_header_files": "Realm+JSON/*.h",
"dependencies": {
"Realm": [
"0.83.0"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/Realm/realm-cocoapods-0.83.0/ios"
}
}