| { |
| "name": "TTToolKit", |
| "version": "0.1.2", |
| "summary": "TTToolKit工具类", |
| "description": "An integrated, simple, independent, efficient, lightweight, and continuously updated image selects a third-party framework.", |
| "homepage": "https://github.com/TongFangyuan/TTTool", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "tongfy": "573682532@qq.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/TongFangyuan/TTTool.git", |
| "tag": "0.1.2" |
| }, |
| "requires_arc": true, |
| "frameworks": "UIKit", |
| "source_files": "TTToolKit/TTToolKit.h", |
| "public_header_files": "TTToolKit/TTToolKit.h", |
| "subspecs": [ |
| { |
| "name": "UIKit", |
| "source_files": "TTToolKit/UIKit/*.{h,m}", |
| "public_header_files": "TTToolKit/UIKit/*.h" |
| }, |
| { |
| "name": "Foundation", |
| "source_files": "TTToolKit/Foundation/*.{h,m}", |
| "public_header_files": "TTToolKit/Foundation/*.h" |
| }, |
| { |
| "name": "Encryption", |
| "source_files": "TTToolKit/Encryption/*.{h,m}", |
| "public_header_files": "TTToolKit/Encryption/*.h" |
| }, |
| { |
| "name": "App", |
| "source_files": "TTToolKit/App/*.{h,m}", |
| "public_header_files": "TTToolKit/App/*.h" |
| }, |
| { |
| "name": "Cache", |
| "source_files": "TTToolKit/Cache/*.{h,m}", |
| "public_header_files": "TTToolKit/Cache/*.h", |
| "frameworks": "Security" |
| }, |
| { |
| "name": "Macro", |
| "source_files": "TTToolKit/Macro/*.h", |
| "public_header_files": "TTToolKit/Macro/*.h" |
| } |
| ] |
| } |