{ | |
"name": "TTKit", | |
"summary": "A collection of iOS components.", | |
"version": "0.0.1", | |
"license": { | |
"type": "MIT" | |
}, | |
"authors": { | |
"tangbl93": "tangbl93@gmail.com" | |
}, | |
"homepage": "https://github.com/tangbl93/TTKit", | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"source": { | |
"git": "https://github.com/tangbl93/TTKit.git", | |
"tag": "0.0.1" | |
}, | |
"requires_arc": true, | |
"source_files": "TTKit/**/*.{h,m}", | |
"public_header_files": "TTKit/**/*.{h}", | |
"frameworks": [ | |
"UIKit", | |
"Accelerate" | |
] | |
} |