blob: 65bf509fe07ef1ec304898fb8518a7463c73383c [file] [log] [blame]
{
"name": "TWBaseLibrary",
"version": "1.0.0",
"summary": "Base Library",
"description": "The Base Library for iOS",
"homepage": "https://git.oschina.net/xdx/TWBaseLibrary.git",
"license": "MIT",
"authors": {
"xu": "orli_xdx@126.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://git.oschina.net/xdx/TWBaseLibrary.git",
"tag": "1.0.0"
},
"source_files": [
"TWBaseLibrary/*",
"TWBaseLibrary/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}