blob: f8fa16e2556b10370de46fa34678a45db240977b [file] [log] [blame]
{
"name": "SpaceFactoryNetworking",
"version": "0.0.2",
"summary": "A networking library on top of NSURLSession",
"homepage": "https://github.com/daltonclaybrook/SpaceFactoryNetworking",
"documentation_url": "https://github.com/daltonclaybrook/SpaceFactoryNetworking/blob/0.0.1/README.md",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dalton Claybrook": "daltonclaybrook@gmail.com"
},
"social_media_url": "http://twitter.com/daltonclaybrook",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/daltonclaybrook/SpaceFactoryNetworking.git",
"tag": "0.0.2"
},
"source_files": "SpaceFactoryNetworking/Core/**/*.{h,m}",
"public_header_files": "SpaceFactoryNetworking/Core/Public Headers/**/*.h",
"requires_arc": true
}