blob: 7441fb1d3c328dcc5f4e9ace48512047dcd9b119 [file] [log] [blame]
{
"name": "TWBaseLibrary",
"version": "1.0.1",
"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.1"
},
"source_files": [
"TWBaseLibrary/*",
"TWBaseLibrary/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}