blob: 35f3207edc311014e3c58c0c022803536e6d9303 [file] [log] [blame]
{
"name": "OpenFramework",
"version": "0.0.5",
"summary": "this is an OpenFramework for ios development!",
"homepage": "https://github.com/CoderHann/gitTest",
"license": "GNU",
"authors": {
"CoderHann": "hyt163mail@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/CoderHann/gitTest.git",
"tag": "0.0.5"
},
"source_files": [
"OpenFrameworkHaHa",
"OpenFramework/**/*.{h,m}"
],
"frameworks": "UIKit",
"subspecs": [
{
"name": "moduleOne",
"source_files": "OpenFramework/**/*.{h,m}"
}
]
}