| { |
| "name": "NohanaImagePicker", |
| "version": "0.9.0", |
| "summary": "A multiple image picker for iOS app.", |
| "homepage": "https://github.com/nohana/NohanaImagePicker", |
| "license": { |
| "type": "Apache License v2", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "nohana": "development@nohana.co.jp" |
| }, |
| "source": { |
| "git": "https://github.com/nohana/NohanaImagePicker.git", |
| "tag": "0.9.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "NohanaImagePicker/*.swift", |
| "resource_bundles": { |
| "NohanaImagePicker": [ |
| "NohanaImagePicker/*.{xcassets,storyboard,lproj}" |
| ] |
| }, |
| "frameworks": [ |
| "UIKit", |
| "Photos" |
| ], |
| "pushed_with_swift_version": "4.0" |
| } |