| { |
| "name": "KKExtension", |
| "version": "0.0.1", |
| "summary": "A short description of KKExtension.", |
| "description": "this is a nice Extension,we should study it hardly", |
| "homepage": "https://github.com/likelin/KKExtension.git", |
| "license": "MIT", |
| "authors": { |
| "klli": "klli@ideabinder.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/likelin/KKExtension.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "KKExtension/Files", |
| "KKExtension/Files/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "requires_arc": true |
| } |