[Add] StripeConnect 24.3.0
[CocoaPods.git] / Specs / a / 6 / 4 / ImageEffects / 1.0.0 / ImageEffects.podspec.json
blob8e8d74347cf3926f1069e8cd3f2d40bb35ed83ed
2   "name": "ImageEffects",
3   "version": "1.0.0",
4   "summary": "Bring UIImageEffects (WWDC 2013) to UIImage category with handy interface.",
5   "homepage": "http://github.com/devxoul/ImageEffects",
6   "license": {
7     "type": "WWDC 2013",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "devxoul": "devxoul@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/devxoul/ImageEffects.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "ImageEffects/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ]