blob: 267b4a09b0e913f3185830def69860c1873801da [file] [log] [blame]
{
"name": "iOSTransition",
"version": "0.0.1",
"summary": "A new way of presenting viewcontroller from all directions",
"swift_version": "4.0",
"description": "Normally while presenting a controller in ios there are two traditional ways from right and and from bottom but Now we can present controller from any directions like top ,bottom ,left and right",
"homepage": "https://github.com/shaktiprakash099/iOSTransition",
"screenshots": "http://g.recordit.co/MRtDtMsJW4.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "shaktiprakash",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/shaktiprakash099/iOSTransition.git",
"tag": "0.0.1"
},
"source_files": [
"iOSTransition",
"iOSTransition/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude"
}