| { | |
| "name": "tapkit", | |
| "version": "2.0.0", | |
| "summary": "An Objective-C library for iPhone developers.", | |
| "homepage": "https://github.com/kvmisc/tapkit", | |
| "license": "MIT", | |
| "authors": { | |
| "Kevin Wu": "kvmisc@163.com" | |
| }, | |
| "social_media_url": "https://twitter.com/kvmisc", | |
| "platforms": { | |
| "ios": "6.0" | |
| }, | |
| "requires_arc": true, | |
| "source": { | |
| "git": "https://github.com/kvmisc/tapkit.git", | |
| "tag": "2.0.0" | |
| }, | |
| "source_files": "tapkit/*" | |
| } |