blob: df659be7631a2e4c26bfae10af8fa036aca4c9bd [file] [log] [blame]
{
"name": "SZPublicPodTest",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SZPublicPodTest/SZTest.h",
"public_header_files": "SZPublicPodTest/SZTest.h",
"subspecs": [
{
"name": "Test1",
"public_header_files": "SZPublicPodTest/Test1/SZTest1.h",
"source_files": "SZPublicPodTest/Test{1,2}/*.{h,m}"
},
{
"name": "Test2",
"public_header_files": "SZPublicPodTest/Test2/SZTest2.h",
"source_files": "SZPublicPodTest/Test2/*.{h,m}"
}
]
}