[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 5 / d / OpalImagePicker / 1.7.2 / OpalImagePicker.podspec.json
blob5da75e14cf53bae4fd289bcc5366ab323d98b82a
2   "name": "OpalImagePicker",
3   "version": "1.7.2",
4   "summary": "Multiple Selection Image Picker for iOS written in Swift",
5   "homepage": "https://github.com/opalorange/OpalImagePicker",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "opalorange": "kris@opalorange.com"
12   },
13   "requires_arc": true,
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/opalorange/OpalImagePicker.git",
19     "tag": "1.7.2"
20   },
21   "source_files": "OpalImagePicker/Source/*.swift",
22   "resource_bundles": {
23     "OpalImagePickerResources": [
24       "OpalImagePicker/SupportingFiles/**/*.xcassets"
25     ]
26   },
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "4.0"
29   }