[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 9 / f / Nemo / 0.9.1 / Nemo.podspec.json
blob5099ae9776d2d0d0bd6dfefe5a0bfb47e0923cce
2   "name": "Nemo",
3   "version": "0.9.1",
4   "summary": "Photos Menu Framework for iOS",
5   "description": "Nemo is a photos picker menu framework for iOS",
6   "homepage": "https://github.com/sinoru/Nemo",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jaehong Kang": "sinoru@me.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/sinoru/Nemo.git",
19     "tag": "0.9.1"
20   },
21   "source_files": [
22     "Nemo/*.{h,m,swift}",
23     "Nemo/**/*.{h,m,swift}"
24   ],
25   "exclude_files": "NemoExample",
26   "public_header_files": "Nemo/Nemo.h",
27   "resources": [
28     "Nemo/en.lproj",
29     "Nemo/ja.lproj",
30     "Nemo/ko.lproj"
31   ],
32   "frameworks": [
33     "UIKit",
34     "Photos"
35   ],
36   "requires_arc": true