blob: d32ecf608d8e4917c52519f3b0416612e15a6a4c [file] [log] [blame]
{
"name": "SCPodDemo",
"version": "0.0.1",
"summary": "掌厅商城",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/gejunyu5/SCPodDemo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gejunyu5": "393864523@qq.com"
},
"source": {
"git": "https://github.com/gejunyu5/SCPodDemo.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SCFramework/Classes/*.{h,m}",
"resource_bundles": {
"SCPodDemoImg": [
"SCFramework/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"MapKit",
"AdSupport",
"CoreGraphics",
"CoreServices",
"Security",
"SystemConfiguration"
],
"dependencies": {
"AFNetworking": [
"~> 3.2.0"
]
}
}