blob: 8ca08f39180de833f88fab779204806e6b104826 [file] [log] [blame]
{
"name": "SZPublicPodTest",
"version": "0.1.3",
"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.3"
},
"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/Test1/*.{h,m}",
"dependencies": {
"SZPublicPodTest/Test2": [
]
}
},
{
"name": "Test2",
"public_header_files": "SZPublicPodTest/Test2/SZTest2.h",
"source_files": "SZPublicPodTest/Test2/*.{h,m}"
}
]
}