[Add] YYUIKit 0.6.4
[CocoaPods.git] / Specs / 2 / 6 / 5 / banshee / 0.1.3 / banshee.podspec.json
blob2bb6b2c318f952127a241d673ccee3b7ac1b15f1
2   "name": "banshee",
3   "version": "0.1.3",
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.3"
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": "Browser Resources/*",
25   "frameworks": [
26     "CoreData",
27     "SystemConfiguration"
28   ],
29   "xcconfig": {
30     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
31   },
32   "libraries": "xml2"