| { |
| "name": "WSPhotoBrowser", |
| "version": "1.0.0", |
| "summary": "A photo browser to access local photos.", |
| "homepage": "https://github.com/lekerning/WSPhotoBrowser.git", |
| "authors": { |
| "jason zhang": "jason.zhang@autodesk.com" |
| }, |
| "source": { |
| "git": "https://github.com/lekerning/WSPhotoBrowser.git", |
| "tag": "1.0.0" |
| }, |
| "license": "MIT", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "source_files": "WSPhotoBrowser/Classes/*.{swift}", |
| "resource_bundles": { |
| "WSPhotoBrowser": [ |
| "WSPhotoBrowser/Storyboards/*.{storyboard}", |
| "WSPhotoBrowser/Resources/*.lproj", |
| "WSPhotoBrowser/Resources/*.png" |
| ] |
| }, |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "CoreLocation", |
| "Photos" |
| ], |
| "pushed_with_swift_version": "3.0" |
| } |