[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 1 / 7 / SimpleAssetPicker / 0.2.1 / SimpleAssetPicker.podspec.json
blob17e9a714958ba1a02a80bec2adef4a0d184b3f20
2   "name": "SimpleAssetPicker",
3   "version": "0.2.1",
4   "summary": "Stupid simple iOS asset picker UI.",
5   "description": "SimpleAssetPicker is a modern Swift library that lets users\nbrowse and select media assets from their Photo library. It\nis built using the Photos framework and is highly customizable\nto match the theme of your app.",
6   "homepage": "https://github.com/jmkr/SimpleAssetPicker.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "John Meeker": "jmeeker516@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/meekr5",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/jmkr/SimpleAssetPicker.git",
20     "tag": "0.2.1"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}",
25     "SimpleAssetPicker"
26   ],
27   "exclude_files": "Classes/Exclude",
28   "resource_bundles": {
29     "SimpleAssetPicker": [
30       "SimpleAssetPicker/**/*.bundle"
31     ]
32   },
33   "frameworks": "Photos",
34   "requires_arc": true,
35   "dependencies": {
36     "PureLayout": [
37       "~> 3.0.0"
38     ]
39   },
40   "pushed_with_swift_version": "3.0"