| { |
| "name": "ISupportKit", |
| "version": "1.0.0", |
| "summary": "This is support library for developing iOS app.", |
| "swift_version": "4.1", |
| "description": "This is support library for developing iOS app. e.g. extension, wrrapper", |
| "homepage": "https://github.com/iKichiemon/ISupportKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "きちえもん": "email@address.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/iKichiemon/ISupportKit.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "ISupportKit", |
| "ISupportKit/**/*.{h,m}" |
| ] |
| } |