[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 5 / b / 2 / BMAssetPicker / 0.1.0 / BMAssetPicker.podspec.json
blobd927a8cc3d2bdd1e0c7c788059940d6801df207f
2   "name": "BMAssetPicker",
3   "version": "0.1.0",
4   "summary": "A simple asset picker.",
5   "description": "A pure swift asset picker for image and video.",
6   "homepage": "https://github.com/BrikerMan/BMAssetPicker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Eliyar Eziz": "eliyar917@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/BrikerMan/BMAssetPicker.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "BMAssetPicker/**/*.{swift}",
22   "resource_bundles": {
23     "BMAssetPicker": [
24       "BMAssetPicker/**/*.{png,jpeg,jpg,storyboard,xib}"
25     ]
26   },
27   "frameworks": [
28     "UIKit",
29     "MapKit"
30   ],
31   "dependencies": {
32     "SnapKit": [
34     ]
35   }