blob: 750e94bc2faa5a3c28e125eb1c12644f4aed7193 [file] [log] [blame]
{
"name": "banshee",
"version": "0.1.2",
"summary": "An iOS browser built on top of UIWebView.",
"homepage": "https://github.com/ghostery/banshee",
"screenshots": "https://d1k68i4h6ifyxa.cloudfront.net/screens/banshee_screen1.png",
"license": "MIT",
"authors": {
"Alex Catighera": "acatighera@gmail.com"
},
"source": {
"git": "https://github.com/ghostery/banshee.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/acatighera",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Browser/*.{h,m,c}",
"resources": "Browser Resources/*",
"frameworks": [
"CoreData",
"SystemConfiguration"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"libraries": "xml2"
}