blob: 6f67d15e5809e606d5f3fc2a0bd5458b3d59c7a2 [file] [log] [blame]
{
"name": "SLPodTestLibrary",
"version": "0.1.1",
"summary": "SL Pod Test",
"description": "SL Test Private Podspec.",
"homepage": "https://git.oschina.net/shenglong",
"license": "MIT",
"authors": {
"shenglong": "45024798@qq.com"
},
"source": {
"git": "https://git.oschina.net/shenglong/PodTest.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SLPodTestLibrary": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}