blob: 309ffab6a59a9f25badf26ae50135750b84c43aa [file] [log] [blame]
{
"name": "FDDataClient",
"version": "1.0.1",
"summary": "Networking and model layer to simplify the conversion from JSON to Objective-C.",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"homepage": "https://github.com/reidmain/FDDataClient",
"authors": "Reid Main",
"social_media_url": "http://twitter.com/reidmain",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/reidmain/FDDataClient.git",
"tag": "1.0.1"
},
"source_files": "FDDataClient/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"FDModel": [
"~> 2.0"
],
"FDRequestClient": [
"~> 1.0"
]
}
}