blob: 7af6cb4c96562ac31375d53e6d3e35cc66e0c1ae [file] [log] [blame]
{
"name": "AAFragmentManager",
"version": "2.1",
"summary": "AAFragmentManager is a child view manager responsible to add child subviews in UIView and easy switching between them, written in Swift.",
"description": "AAFragmentManager is a child view manager responsible to add child subviews in UIView, designed for easy switching between child view controllers with animations.",
"homepage": "https://github.com/EngrAhsanAli/AAFragmentManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Engr. Ahsan Ali": "hafiz.m.ahsan.ali@gmail.com"
},
"source": {
"git": "https://github.com/EngrAhsanAli/AAFragmentManager.git",
"tag": "2.1"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"source_files": "AAFragmentManager/Classes/**/*"
}