[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / 1 / c / GRKImageCrop / 1.0.1 / GRKImageCrop.podspec.json
blobf3f99a25e8bed2f0f6bfb48ccf23c41bca9153b5
2   "name": "GRKImageCrop",
3   "version": "1.0.1",
4   "summary": "A UIImage category which provides \"visible\" pixel cropping capabilities.",
5   "description": "A UIImage category which provides \"visible\" pixel cropping capabilities.\nA given image can be rectangularly cropped based on calculated insets to \"visible\" pixels.\nVisible pixels are those whose alpha component are greater than or equal to a given alpha\nthreshold.",
6   "homepage": "https://github.com/levigroker/GRKImageCrop",
7   "license": "Creative Commons Attribution 3.0 Unported License",
8   "authors": {
9     "Levi Brown": "levigroker@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/levigroker",
12   "source": {
13     "git": "https://github.com/levigroker/GRKImageCrop.git",
14     "tag": "1.0.1"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source_files": "GRKImageCrop/**/*.{h,m}",
20   "requires_arc": true