[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 5 / e / EMWebImagePicker / 0.1 / EMWebImagePicker.podspec.json
blobaef54c2d5255d0eb4352eebaa779b7bb06ae2550
2   "name": "EMWebImagePicker",
3   "version": "0.1",
4   "license": "MIT",
5   "summary": "An iOS Image picker for URL based images",
6   "homepage": "https://github.com/elliott-minns/EMWebImagePicker",
7   "platforms": {
8     "ios": "7.0"
9   },
10   "authors": {
11     "Elliott Minns": "elliott.minns@me.com"
12   },
13   "source": {
14     "git": "https://github.com/elliott-minns/EMWebImagePicker.git",
15     "tag": "0.1"
16   },
17   "source_files": "EMWebImagePicker/*.{h,m}",
18   "resources": "EMWebImagePicker/*.png",
19   "requires_arc": true,
20   "frameworks": "UIKit",
21   "dependencies": {
22     "SDWebImage": [
23       "~>3.5"
24     ]
25   }