blob: 41b88f253466c46da6ff94e1e4d3d4da4878516f [file] [log] [blame]
{
"name": "Modality",
"version": "0.0.1",
"authors": {
"Kevin Wong": "kevin.wl.02@gmail.com"
},
"summary": "View focused transitions library. (Modals and other custom transitions)",
"homepage": "https://github.com/kevinwl02/Modality.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/kevinwl02/Modality.git",
"tag": "0.0.1"
},
"source_files": [
"Modality/**/*.{h,m,mm}",
"Modality/**/**/*.{h,m,mm}"
],
"requires_arc": true
}