blob: 686e1e3b71af09486cb7a1f54c87be568136f0e9 [file] [log] [blame]
{
"name": "ToolBoxTest",
"version": "0.1.1",
"summary": "A Basic Library of Objective-C",
"description": "A Basic Objective-C Library Uesd In My Company Project",
"homepage": "https://github.com/RickwangF/ToolBoxTest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"woshiwwy16@126.com": "woshiwwy16@126.com"
},
"source": {
"git": "https://github.com/RickwangF/ToolBoxTest.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ToolBoxTest/Classes/**/*",
"vendored_frameworks": "ToolBoxTest/*.{framework}",
"frameworks": [
"UIKit",
"Foundation"
]
}