[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / b / f / TTWindowManager / 0.0.1 / TTWindowManager.podspec.json
blob389c57b23f8fcc068a941a56c1005c3ae7a9ab48
2   "name": "TTWindowManager",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "license": "MIT",
8   "summary": "A simple window presentation manager for iOS written in objective-c which takes advantage of UIWindow.",
9   "homepage": "https://github.com/thattyson/TTWindowManager",
10   "authors": {
11     "ThatTyson": "thattyson@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/thattyson/TTWindowManager.git",
15     "tag": "0.0.1"
16   },
17   "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!",
18   "source_files": "TTWindowManager/*.{h,m}",
19   "requires_arc": true