blob: 3f1b1263328628ec9f7d77a25fbec6de9acfaefa [file] [log] [blame]
{
"name": "AlertTransition",
"version": "2.1.0",
"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": "2.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"default_subspecs": [
"Easy"
],
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": [
"AlertTransition/*.swift"
]
},
{
"name": "Easy",
"source_files": [
"AlertTransition/Transitions/EasyTransition/*.swift"
],
"dependencies": {
"AlertTransition/Core": [
]
}
},
{
"name": "Menu",
"source_files": [
"AlertTransition/Transitions/MenuTransition/*.swift"
],
"dependencies": {
"AlertTransition/Core": [
]
}
},
{
"name": "Trolley",
"source_files": [
"AlertTransition/Transitions/TrolleyTransition.swift"
],
"dependencies": {
"AlertTransition/Core": [
]
}
}
]
}