blob: 5a572b4242cf90118cf482fb7fc694cd2c56ced7 [file] [log] [blame]
{
"name": "Pow",
"version": "1.0.0",
"summary": "A simple banner and pop-up displayer for iOS. Written in Swift.",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"swift_version": "4.1",
"homepage": "https://github.com/Meniny/Pow",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Elias Abel": "admin@meniny.cn"
},
"source": {
"git": "https://github.com/Meniny/Pow.git",
"tag": "1.0.0"
},
"frameworks": "UIKit",
"default_subspecs": [
"Core",
"Extra"
],
"subspecs": [
{
"name": "Core",
"dependencies": {
"PapaLayout": [
]
},
"source_files": "Pow/Core/**/*.swift"
},
{
"name": "Extra",
"dependencies": {
"Pow/Core": [
]
},
"source_files": "Pow/Extra/**/*.swift"
}
]
}