blob: c019bda0595819a2ba3cb3b933cf6a181d8bd258 [file] [log] [blame]
{
"name": "FMNetworking",
"summary": "A delightful networking framework.",
"version": "1.1.3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"袁凤鸣": "yfmingo@163.com"
},
"social_media_url": "https://www.yfmingo.cn/",
"homepage": "https://github.com/yfming93/FMNetworking",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/yfming93/FMNetworking.git",
"tag": "1.1.3"
},
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
},
"requires_arc": true,
"source_files": "FMNetworking/**/*.{h,m}",
"public_header_files": "FMNetworking/**/*.{h}",
"libraries": "z",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore",
"CoreGraphics",
"CoreImage",
"CoreText",
"ImageIO",
"Accelerate"
]
}