[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 1 / 9 / TZPopup / 0.0.1 / TZPopup.podspec.json
blob5296190879fee9d34a6e4d8124566b79820198ac
2   "name": "TZPopup",
3   "version": "0.0.1",
4   "license": "MIT",
5   "summary": "Pop any viewcontrollers you want, easily, with some stylish animations (work in progress :p)",
6   "homepage": "https://github.com/havocked/TZPopup",
7   "authors": {
8     "Nataniel Martin": "nmartin@appstud.me"
9   },
10   "social_media_url": "https://twitter.com/NatanielMartin",
11   "source": {
12     "git": "https://github.com/havocked/TZPopup.git",
13     "tag": "0.0.1"
14   },
15   "source_files": "TZPopup.{h,m}",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "FXBlurView": [
23     ]
24   },
25   "subspecs": [
26     {
27       "name": "UIKit",
28       "platforms": {
29         "ios": "6.0"
30       },
31       "ios": {
32         "public_header_files": "UIKit+TZPopup/*.h",
33         "source_files": "UIKit+TZPopup"
34       },
35       "osx": {
36         "source_files": ""
37       }
38     }
39   ]