blob: bfcc2e42a6ea01deef77d15aabb9faacebbc9de0 [file] [log] [blame]
{
"name": "ACSNetworking",
"version": "1.0.2",
"summary": "On the basis of AFNetworking encapsulation.",
"description": "On the basis of AFNetworking encapsulation, more convenient, more concise.",
"homepage": "https://github.com/Hyosung/ACSNetworking",
"license": "MIT",
"authors": {
"Stoney": "sy92710xx@gmail.com"
},
"social_media_url": "http://weibo.com/sy4312xx",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Hyosung/ACSNetworking.git",
"tag": "1.0.2"
},
"source_files": "ACSNetworking/**/*.{h,m}",
"ios": {
"frameworks": [
"MobileCoreServices",
"UIKit",
"CoreTelephony"
]
},
"osx": {
"frameworks": [
"CoreServices",
"AppKit"
]
},
"frameworks": [
"Foundation",
"SystemConfiguration"
],
"dependencies": {
"AFNetworking": [
"~> 2.6.0"
]
}
}