[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / c / 5 / a / PHAssetImageResizer-Bolts / 0.1.2 / PHAssetImageResizer-Bolts.podspec.json
blob10bbe37c4fcde8d9a8ce96b9d03e28b219eba981
2   "name": "PHAssetImageResizer-Bolts",
3   "version": "0.1.2",
4   "summary": "Image resizing base on PhotosKit for iOS8+ and Bolts.",
5   "homepage": "https://github.com/offfffz/PHAssetImageResizer-Bolts",
6   "license": "MIT",
7   "authors": {
8     "offz": "offfffz@gmail.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/offfffz/PHAssetImageResizer-Bolts.git",
15     "tag": "v0.1.2"
16   },
17   "source_files": "ImageResizer.swift",
18   "frameworks": "Photos",
19   "requires_arc": true,
20   "dependencies": {
21     "FCFileManager": [
22       "~> 1.0.10"
23     ],
24     "Bolts/Tasks": [
25       "~> 1.2.0"
26     ]
27   }