[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / 1 / 6 / OMGImagePicker / 1.0.0 / OMGImagePicker.podspec.json
blobb170dcaa79c68a15a1e8a25efb468304ee2d4430
2   "name": "OMGImagePicker",
3   "version": "1.0.0",
4   "summary": "A image picker library.",
5   "description": "A simple image picker view controller for swift 3",
6   "homepage": "https://github.com/NSObjects/OMGImagePicker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "NSObjects": "mrqter@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/NSObjects/OMGImagePicker.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "OMGImagePicker/Classes/**/*.swift",
22   "resource_bundles": {
23     "OMGImagePicker": [
24       "OMGImagePicker/Assets/*.png"
25     ]
26   },
27   "frameworks": "Photos",
28   "requires_arc": true,
29   "pushed_with_swift_version": "3.0"