blob: 389c57b23f8fcc068a941a56c1005c3ae7a9ab48 [file] [log] [blame]
{
"name": "TTWindowManager",
"version": "0.0.1",
"platforms": {
"ios": "8.0"
},
"license": "MIT",
"summary": "A simple window presentation manager for iOS written in objective-c which takes advantage of UIWindow.",
"homepage": "https://github.com/thattyson/TTWindowManager",
"authors": {
"ThatTyson": "thattyson@gmail.com"
},
"source": {
"git": "https://github.com/thattyson/TTWindowManager.git",
"tag": "0.0.1"
},
"description": "Normally an entire app is confined within a single UIWindow. This manager allows you to create many TTWindow objects with different z positions for some truly creative UI!",
"source_files": "TTWindowManager/*.{h,m}",
"requires_arc": true
}