blob: 4d9a1cc887ed62bfdb78e24eb184b2bd2b6ae860 [file] [log] [blame]
{
"name": "POPUP_DEMO",
"version": "1.0.1",
"summary": "Simple POP UP presentation",
"description": "to present the popup on the screen with image , buttons and labels.",
"homepage": "https://github.com/ankitbharti1994/POPUP_DEMO",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ankit bharti": "ankitbharti1994@gmail.com"
},
"social_media_url": "https://twitter.com/Ankit_bharti94",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ankitbharti1994/POPUP_DEMO.git",
"tag": "1.0.1"
},
"source_files": "POPUP_DEMO/**/*.{h,m}",
"resources": "POPUP_DEMO/**/*.{png,jpeg,jpg,xib}",
"requires_arc": true,
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"SDWebImage": [
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}