blob: 79913ba266a41e046e408ddb67fd5a3d7e68e7bb [file] [log] [blame]
{
"name": "SZPublicPodTest",
"version": "0.1.1",
"summary": "what the fuck.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/jiuaim/SZPublicPodTest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jiuaim": "jiuaim@163.com"
},
"source": {
"git": "https://github.com/jiuaim/SZPublicPodTest.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Test1",
"public_header_files": "SZPublicPodTest/Classes/Test1/SZTest1.h",
"source_files": "SZPublicPodTest/Classes/Test1/*.{h,m}"
},
{
"name": "Test2",
"public_header_files": "SZPublicPodTest/Classes/Test2/SZTest2.h",
"source_files": "SZPublicPodTest/Classes/Test2/*.{h,m}"
}
]
}