[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 8 / b / e / Pow / 1.0.1 / Pow.podspec.json
blobb581f5761fb57732097005e0f175bb06f6b8ace5
2   "name": "Pow",
3   "version": "1.0.1",
4   "summary": "A simple banner and pop-up displayer for iOS. Written in Swift.",
5   "platforms": {
6     "ios": "9.0"
7   },
8   "requires_arc": true,
9   "swift_version": "4.1",
10   "homepage": "https://github.com/Meniny/Pow",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE.md"
14   },
15   "authors": {
16     "Elias Abel": "admin@meniny.cn"
17   },
18   "source": {
19     "git": "https://github.com/Meniny/Pow.git",
20     "tag": "1.0.1"
21   },
22   "frameworks": "UIKit",
23   "default_subspecs": [
24     "Core",
25     "Extra"
26   ],
27   "subspecs": [
28     {
29       "name": "Core",
30       "dependencies": {
31         "PapaLayout": [
33         ]
34       },
35       "source_files": "Pow/Core/**/*.swift"
36     },
37     {
38       "name": "Extra",
39       "dependencies": {
40         "Pow/Core": [
42         ]
43       },
44       "source_files": "Pow/Extra/**/*.swift"
45     }
46   ]