blob: 69612a22a334ac8d230315b2b720252b570b0a16 [file] [log] [blame]
{
"name": "AlertTransition",
"version": "1.0.1",
"license": "MIT",
"summary": "AlertTransition is a extensible library for making view controller transitions, especially for alert transitions.",
"homepage": "https://github.com/loopeer/AlertTransition",
"authors": {
"HanShuai": "hanshuai@loopeer.com"
},
"source": {
"git": "https://github.com/loopeer/AlertTransition.git",
"tag": "1.0.1"
},
"source_files": [
"AlertTransition/*.swift",
"AlertTransition/Transitions/*.swift",
"AlertTransition/Transitions/EasyTransition/*.swift",
"AlertTransition/Transitions/MenuTransition/*.swift",
"AlertTransition/AlertTransition.h"
],
"public_header_files": [
"AlertTransition/AlertTransition.h"
],
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}