blob: 5296190879fee9d34a6e4d8124566b79820198ac [file] [log] [blame]
{
"name": "TZPopup",
"version": "0.0.1",
"license": "MIT",
"summary": "Pop any viewcontrollers you want, easily, with some stylish animations (work in progress :p)",
"homepage": "https://github.com/havocked/TZPopup",
"authors": {
"Nataniel Martin": "nmartin@appstud.me"
},
"social_media_url": "https://twitter.com/NatanielMartin",
"source": {
"git": "https://github.com/havocked/TZPopup.git",
"tag": "0.0.1"
},
"source_files": "TZPopup.{h,m}",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"FXBlurView": [
]
},
"subspecs": [
{
"name": "UIKit",
"platforms": {
"ios": "6.0"
},
"ios": {
"public_header_files": "UIKit+TZPopup/*.h",
"source_files": "UIKit+TZPopup"
},
"osx": {
"source_files": ""
}
}
]
}