[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 1 / c / GRKImageCrop / 1.0 / GRKImageCrop.podspec.json
blob426026a7b86bfbc92bdb0ff54a9ad12f5a1b4dbf
2   "name": "GRKImageCrop",
3   "version": "1.0",
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.\n",
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"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source_files": "GRKImageCrop/**/*.{h,m}",
20   "requires_arc": true