blob: bc8d613e33cc1d50d312151345a1d12edb904862 [file] [log] [blame]
{
"name": "HelloPods",
"version": "0.0.3",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/hiXgb/HelloPods",
"authors": {
"xgb": "xieguobiyi@gmail.com"
},
"summary": "Learn about creating Podspec's and the Spec repo.",
"source": {
"git": "https://github.com/hiXgb/HelloPods.git",
"tag": "0.0.3"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
},
"subspecs": [
{
"name": "Util",
"source_files": "Util/*.{h,m}"
},
{
"name": "Model",
"source_files": "Model/*.{h,m}"
}
]
}