[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / e / b / UIKitsCategory / 1.0.2 / UIKitsCategory.podspec.json
blobf233233e9f6fb35a858c690228fb87a54ae4ee8a
2   "name": "UIKitsCategory",
3   "version": "1.0.2",
4   "summary": "iOS UIKit Category.",
5   "description": "iOS UIKit Category. Such as UIColor, UIView, CALayer.",
6   "homepage": "https://github.com/kidyoungx/UIKitCategory",
7   "license": "MPL-2.0",
8   "authors": {
9     "Kid Young": "kidyoungx@gmail.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/kidyoungx/UIKitCategory.git",
16     "tag": "1.0.2"
17   },
18   "source_files": [
19     "UIKitCategory",
20     "UIKitCategory/**/*.{h,m}"
21   ],
22   "exclude_files": "SampleUIKitCategory",
23   "public_header_files": "UIKitCategory/**/*.h",
24   "requires_arc": true,
25   "dependencies": {
26     "FoundationCategory": [
27       "~> 1.0.1"
28     ]
29   }