blob: e45ae2c243d4b14bd2a73e923ad9f899a2dc2840 [file] [log] [blame]
{
"name": "Balloon",
"version": "0.0.1",
"summary": "An easy way to create a popup in iOS",
"description": "Provide a fast, easy and cusstomizable way to display a popup.",
"homepage": "https://github.com/HienQTran/Balloon",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"<Hien Tran>": "<hien.trquang@gmail.com>"
},
"source": {
"git": "https://github.com/HienQTran/Balloon.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"Balloon/Extensions/*.swift",
"Balloon/TransitionEffects/*.swift",
"Balloon/ViewControllerWrappers/*.swift"
],
"pushed_with_swift_version": "echo \"3.2\" >> .swift-version"
}