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