[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 9 / f / Nemo / 0.9.2 / Nemo.podspec.json
blobbeb6bbce8c6bae494744da391fea7ea8738fd573
2   "name": "Nemo",
3   "version": "0.9.2",
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.2"
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