blob: 027bafa038bf57a421943fe55332458d095229ff [file] [log] [blame]
{
"name": "this_is_testproject",
"version": "0.0.1",
"summary": "it is a testproject.",
"homepage": "https://github.com/wuzelun",
"license": "MIT",
"authors": {
"wxt": "6606302@qq.com"
},
"source": {
"git": "https://github.com/wuzelun/test1234.git",
"tag": "0.0.1"
},
"source_files": "src/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"ReactiveCocoa": [
"~>2.5"
]
},
"platforms": {
"ios": "9.0"
}
}