[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 3 / 9 / LNSelectPhotosModule / 1.0 / LNSelectPhotosModule.podspec.json
blob3e9b2897c63587bae7ad45836ebdd48756ba2674
2   "name": "LNSelectPhotosModule",
3   "version": "1.0",
4   "summary": "select photos from Photos library",
5   "description": "select photos from Photos library on iOS",
6   "homepage": "https://github.com/KennyBest/LNSelectPhotos",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lilingjie": "lilingjie1992@gmail.com"
13   },
14   "social_media_url": "https://kennybest.github.io/",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/KennyBest/LNSelectPhotos.git",
20     "tag": "1.0"
21   },
22   "source_files": [
23     "LNPhotosSelectModule",
24     "LNPhotosSelectModule/**/*.{h,m}"
25   ],
26   "public_header_files": "LNPhotosSelectModule/**/*.h",
27   "frameworks": [
28     "UIKit",
29     "Photos"
30   ],
31   "requires_arc": true