blob: 2074686d3463e228a15d436a777a3020476ad8f7 [file] [log] [blame]
{
"name": "PopUpView",
"version": "3.0",
"platforms": {
"ios": "7.0"
},
"summary": "PopUpView is a library that will provide a popup animation.",
"description": " PopUpView is a very useful cocoa control for animating and show a pop view,\n PopUpView is a library that will provide a popup animation to a UIViewControl that you add it on top of any controller.\n",
"homepage": "https://github.com/prajwals/PopUpView.git",
"license": {
"type": "Copyright",
"text": " Copyright 2009 - 2013 Prajwal, Inc. All rights reserved.\n"
},
"authors": {
"Prajwal S": "prajwal.s@robosoftin.com"
},
"social_media_url": "http://twitter.com/@prajwalsp",
"source": {
"git": "https://github.com/prajwals/PopUpView.git",
"tag": "3.0"
},
"requires_arc": true,
"source_files": "PopUpView_v3.0/*.h",
"preserve_paths": "PopUpView_v3.0",
"vendored_libraries": "PopUpView_v3.0/libPopUpView.a",
"frameworks": [
"UIKit",
"QuartzCore",
"Accelerate",
"Foundation"
],
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
}
}