[Add] Onfido 18.3.2
[CocoaPods.git] / Specs / 3 / d / 4 / PowerKit / 0.1.3 / PowerKit.podspec.json
blob4442f0ad68f4368e9212d4ca75b64ff99d2fdace
2   "name": "PowerKit",
3   "version": "0.1.3",
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.3"
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   ]