[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / 4 / e / b / UIKitsCategory / 1.0.1 / UIKitsCategory.podspec.json
blob0245f46f4e8b946cdf66577dfe42b1ae8f0c4ea3
2   "name": "UIKitsCategory",
3   "version": "1.0.1",
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.1"
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   }