[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / 9 / 5 / 7 / PopUpView_New / 2.0 / PopUpView_New.podspec.json
blobb8a685567ce95dd9219133d697a8449040fe0f5e
2   "name": "PopUpView_New",
3   "version": "2.0",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "summary": "PopUpView New is a library that will provide a popup animation.",
8   "description": "  PopUpView New is a very useful cocoa control for animating and show a pop view,\n  PopUpView New is a library that will provide a popup animation to a UIViewControl that you add it on top of any controller.\n",
9   "homepage": "https://github.com/prajwals/PopUpView_New",
10   "license": {
11     "type": "Copyright",
12     "text": "  Copyright 2009 - 2013 Prajwal, Inc. All rights reserved.\n"
13   },
14   "authors": {
15     "Prajwal S": "prajwal.s@robosoftin.com"
16   },
17   "social_media_url": "http://twitter.com/@prajwalsp",
18   "source": {
19     "git": "https://github.com/prajwals/PopUpView_New.git",
20     "tag": "2.0"
21   },
22   "requires_arc": true,
23   "source_files": "PopUpView/include/*.h",
24   "resources": "PopUpView/PopUpViewResource.bundle",
25   "preserve_paths": "PopUpView",
26   "vendored_libraries": "PopUpView/lib/libPopUpView.a",
27   "frameworks": [
28     "UIKit",
29     "QuartzCore",
30     "Accelerate",
31     "Foundation"
32   ],
33   "xcconfig": {
34     "OTHER_LDFLAGS": "-lObjC"
35   }