blob: d6098c9c8627ba5441bb46198adcd33cad868605 [file] [log] [blame]
{
"name": "PopUpView",
"version": "2.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": "2.0"
},
"requires_arc": true,
"source_files": [
"PopUpView_v1.0/include",
"*.{h,m}"
],
"preserve_paths": "PopUpView_v1.0",
"ios": {
"vendored_libraries": "PopUpView_v1.0/libPopUpView.a"
},
"frameworks": [
"UIKit",
"QuartzCore",
"Accelerate",
"Foundation"
],
"libraries": "PopUpView",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/PopUpView/PopUpView_v1.0\""
}
}