blob: 599c5f885a7ee7463ea78006d0dc61a7d2328433 [file] [log] [blame]
{
"name": "AFNetworking",
"version": "2.0.0-RC1",
"license": "MIT",
"summary": "A delightful iOS and OS X networking framework.",
"homepage": "https://github.com/AFNetworking/AFNetworking",
"authors": {
"Mattt Thompson": "m@mattt.me",
"Scott Raymond": "sco@gowalla.com"
},
"source": {
"git": "https://github.com/AFNetworking/AFNetworking.git",
"tag": "2.0.0-RC1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"ios": {
"frameworks": [
"MobileCoreServices",
"SystemConfiguration",
"Security",
"CoreGraphics"
]
},
"osx": {
"frameworks": [
"CoreServices",
"SystemConfiguration",
"Security"
]
},
"subspecs": [
{
"name": "Core",
"source_files": "AFNetworking"
},
{
"name": "UIKit+AFNetworking",
"source_files": "UIKit+AFNetworking"
}
]
}