[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / b / d / WSPhotoBrowser / 1.0.0 / WSPhotoBrowser.podspec.json
blob3c56f440b4ab84fc3de9cb3e0f80c5827b955c48
2   "name": "WSPhotoBrowser",
3   "version": "1.0.0",
4   "summary": "A photo browser to access local photos.",
5   "homepage": "https://github.com/lekerning/WSPhotoBrowser.git",
6   "authors": {
7     "jason zhang": "jason.zhang@autodesk.com"
8   },
9   "source": {
10     "git": "https://github.com/lekerning/WSPhotoBrowser.git",
11     "tag": "1.0.0"
12   },
13   "license": "MIT",
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source_files": "WSPhotoBrowser/Classes/*.{swift}",
19   "resource_bundles": {
20     "WSPhotoBrowser": [
21       "WSPhotoBrowser/Storyboards/*.{storyboard}",
22       "WSPhotoBrowser/Resources/*.lproj",
23       "WSPhotoBrowser/Resources/*.png"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "Foundation",
29     "CoreLocation",
30     "Photos"
31   ],
32   "pushed_with_swift_version": "3.0"