blob: 7efe65b5ce260602c277583f21bc0e10f02f291f [file] [log] [blame]
{
"name": "TestPodPublic",
"version": "0.0.1",
"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.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TestPodPublic/Classes/*.{h,m}",
"public_header_files": "TestPodPublic/Classes/*.h",
"resource_bundles": {
"TestPodPublic": [
"TestPodPublic/Assets/*.*"
]
},
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}