blob: 02dc1ecd50d206e55136a3a16f9d36c9d01e057a [file] [log] [blame]
{
"name": "SCShoppingDemo",
"version": "0.1.0",
"summary": "shopping",
"description": "try to create shopping framework",
"homepage": "https://github.com/gejunyu5/SCShoppingDemo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gejunyu5": "393864523@qq.com"
},
"source": {
"git": "https://github.com/gejunyu5/SCShoppingDemo.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SCShoppingDemo/Classes/*",
"resource_bundles": {
"SCShoppingDemo": [
"SCShoppingDemo/Assets/*.png"
]
},
"public_header_files": "SCShoppingDemo/Classes/*.h",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}