blob: 8749bd4d3ce7532fd1748f520460305ad24e2cfd [file] [log] [blame]
{
"name": "monkeyCocoaPodsTest",
"version": "0.0.4",
"summary": "Toast Demo",
"description": "这是Cocoapods测试Demo",
"homepage": "https://github.com/monkeyiOS120/monkeyCocoaPodsTest.git",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"monkey": "wangyadong@hongtao-edu.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/monkeyiOS120/monkeyCocoaPodsTest.git",
"tag": "0.0.4"
},
"source_files": [
"Sources",
"Sources/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"vendored_frameworks": "Monkey.framework",
"requires_arc": true
}