blob: 857c00b8f6023f1380c1e874b2abd753348f9981 [file] [log] [blame]
{
"name": "TTDevKit",
"version": "0.0.1",
"summary": "A Series of Utility Methods",
"homepage": "https://tangbl93.github.io",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tangbl93": "tangbl93@gmail.com"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/tangbl93/TTDevKit.git",
"tag": "0.0.1"
},
"source_files": [
"TTDevKit",
"TTDevKit/**/*.{h,m}"
],
"public_header_files": "TTDevKit/**/*.h",
"frameworks": "UIKit"
}