blob: 5099ae9776d2d0d0bd6dfefe5a0bfb47e0923cce [file] [log] [blame]
{
"name": "Nemo",
"version": "0.9.1",
"summary": "Photos Menu Framework for iOS",
"description": "Nemo is a photos picker menu framework for iOS",
"homepage": "https://github.com/sinoru/Nemo",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Jaehong Kang": "sinoru@me.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sinoru/Nemo.git",
"tag": "0.9.1"
},
"source_files": [
"Nemo/*.{h,m,swift}",
"Nemo/**/*.{h,m,swift}"
],
"exclude_files": "NemoExample",
"public_header_files": "Nemo/Nemo.h",
"resources": [
"Nemo/en.lproj",
"Nemo/ja.lproj",
"Nemo/ko.lproj"
],
"frameworks": [
"UIKit",
"Photos"
],
"requires_arc": true
}