blob: a1015a1b1f5dd9e296a33d8dd6262aa55de9d1e6 [file] [log] [blame]
{
"name": "Nemo",
"version": "1.1.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": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Jaehong Kang": "sinoru@me.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sinoru/Nemo.git",
"tag": "1.1.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,
"pushed_with_swift_version": "3.0"
}