blob: 539a82622cc3277ce8e3107dc650412aa5b6a5dc [file] [log] [blame]
{
"name": "OpenFramework",
"version": "0.0.4",
"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.4"
},
"source_files": [
"OpenFramework",
"OpenFramework/**/*.{h,m}"
],
"frameworks": "UIKit",
"subspecs": [
{
"name": "Serialization",
"source_files": "OpenFramework/OpenFramework/moduleOne/**/*.{h,m}"
}
]
}