[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / b / f / TTWindowManager / 0.0.2 / TTWindowManager.podspec.json
bloba730739c29e7a4bb2f4588c15650472c9eba3a4d
2   "name": "TTWindowManager",
3   "version": "0.0.2",
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.2"
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