blob: 15dbbed94aec7164569b171a62c7d8a0e293edd5 [file] [log] [blame]
{
"name": "TestPodPublic",
"version": "0.1.0",
"summary": "This is a test",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ALittleSun/TestPodPublic",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ALittleSun": "saberhe@pptv.com"
},
"source": {
"git": "https://github.com/ALittleSun/TestPodPublic.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TestPodPublic/Classes/*.{h,m}",
"public_header_files": "TestPodPublic/Classes/*.h",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}