[Add] Braintree 6.25.0
[CocoaPods.git] / Specs / 7 / 3 / 9 / UIImageView+Material / 0.1.0 / UIImageView+Material.podspec.json
blob94ba18d01ab2e6cfc90eff2a915656c2dde1f621
2   "name": "UIImageView+Material",
3   "version": "0.1.0",
4   "summary": "An experimental UIImageView category for fade-in/fade-out images using the Material Design style.",
5   "homepage": "https://github.com/nklizhe/UIImageView-Material",
6   "license": "MIT",
7   "authors": {
8     "Tom Li": "nklizhe@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/nklizhe/UIImageView-Material.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes",
19   "public_header_files": "Pod/Classes/**/*.h",
20   "dependencies": {
21     "GPUImage": [
22       "~> 0.1.4"
23     ]
24   }