blob: 1a8c351af23135365001b637f61d0e484fb7ab9e [file] [log] [blame]
{
"name": "podTestLibrary",
"version": "0.1.0",
"summary": "Test Pod.",
"description": "Test Test Test",
"homepage": "https://git.oschina.net/judger/podTestLibrary.git",
"license": "MIT",
"authors": {
"judger": "1017819339@qq.com"
},
"source": {
"git": "https://git.oschina.net/judger/podTestLibrary.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PodTestLibrary": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}