[Add] RiveRuntime 6.4.0
[CocoaPods.git] / Specs / 3 / d / 4 / PowerKit / 0.1.4 / PowerKit.podspec.json
blobd3e3fd5c8a42d969e23f6300365010768765e2e5
2   "name": "PowerKit",
3   "version": "0.1.4",
4   "summary": "A utility framework for common cocoa implementation.",
5   "description": "A group of categories or subclasses that bring convenience to cocoa implementation.",
6   "homepage": "https://github.com/xushiyan/PowerKit",
7   "license": "MIT",
8   "authors": {
9     "XU SHIYAN": "xushiyan.1990@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/xushiyan/PowerKit.git",
13     "tag": "0.1.4"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PowerKit": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "module_name": "PowerKit",
26   "public_header_files": "Pod/Classes/**/*.h",
27   "frameworks": [
28     "UIKit",
29     "MapKit"
30   ]