[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / 6 / 5 / banshee / 0.1.10 / banshee.podspec.json
blob4d7e1455f385e847a9e1e67099166c41ec4138c0
2   "name": "banshee",
3   "version": "0.1.10",
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.10"
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     "CoreData",
30     "SystemConfiguration"
31   ],
32   "xcconfig": {
33     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
34   },
35   "libraries": "xml2"