blob: e4615cc01ced630f958f0532db2239bd0f7f66be [file] [log] [blame]
{
"name": "NohanaImagePicker",
"version": "0.8.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.8.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NohanaImagePicker/*.swift",
"resource_bundles": {
"NohanaImagePicker": [
"NohanaImagePicker/*.{xcassets,storyboard,lproj}"
]
},
"frameworks": [
"UIKit",
"Photos"
]
}