blob: 728c1d7e1a782659c8b0feb0a89564c969669333 [file] [log] [blame]
{
"name": "LFNetworking",
"version": "0.0.1",
"license": "MIT",
"summary": "A lightweight networking framework.",
"homepage": "https://github.com/zhangwei100/LFNetworking",
"authors": {
"Wei Zhang": "zhangwei100@gmail.com"
},
"source": {
"git": "https://github.com/zhangwei100/LFNetworking.git",
"tag": "0.0.1",
"submodules": false
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": [
"LFNetworking/*",
"LFNetworking/ThirdParty/*"
],
"exclude_files": "Example",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"MobileCoreServices",
"Security"
]
}