[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 2 / 6 / 5 / banshee / 0.1.18 / banshee.podspec.json
blobb249658cf236f394abba8213422f793b007e3afe
2   "name": "banshee",
3   "version": "0.1.18",
4   "summary": "An iOS browser built on top of UIWebView.",
5   "homepage": "https://github.com/acatighera/banshee",
6   "screenshots": "https://d1k68i4h6ifyxa.cloudfront.net/screens/banshee_screen1.png",
7   "license": "MIT",
8   "authors": {
9     "Alex Catighera": "acatighera@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/acatighera/banshee.git",
13     "tag": "0.1.18"
14   },
15   "social_media_url": "https://twitter.com/acatighera",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "Browser/*.{h,m,c}",
22     "Browser/*/*.{h,m.c}"
23   ],
24   "resources": [
25     "Browser Resources/*",
26     "Browser Resources/**/*"
27   ],
28   "frameworks": [
29     "SystemConfiguration"
30   ],
31   "xcconfig": {
32     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
33   },
34   "libraries": "xml2"