[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / d / f / Carrierwave / 0.1.0 / Carrierwave.podspec.json
blob705cb6724fa36450e5e07ff820ac96710562c91c
2   "name": "Carrierwave",
3   "summary": "Lightweight Carrierwave client for iOS",
4   "homepage": "https://github.com/netguru/carrierwave-ios",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE.md"
8   },
9   "authors": {
10     "Adrian Kashivskyy": "adrian.kashivskyy@netguru.pl",
11     "Patryk Kaczmarek": "patryk.kaczmarek@netguru.pl",
12     "Wojciech Trzasko": "wojciech.trzasko@netguru.pl"
13   },
14   "version": "0.1.0",
15   "source": {
16     "git": "https://github.com/netguru/carrierwave-ios.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Carrierwave/**/*.{h,m}",
23   "requires_arc": true,
24   "frameworks": [
25     "MobileCoreServices",
26     "UIKit"
27   ],
28   "dependencies": {
29     "AFNetworking": [
30       "~> 2.5"
31     ]
32   }