blob: beb6bbce8c6bae494744da391fea7ea8738fd573 [file] [log] [blame]
{
"name": "Nemo",
"version": "0.9.2",
"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.2"
},
"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
}