[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 6 / 4 / 7 / HubFramework / 2.0.10 / HubFramework.podspec.json
blob573028f9726fa81961433fe7abd6f6bd1c8bc866
2   "name": "HubFramework",
3   "version": "2.0.10",
4   "summary": "Spotify's component-driven UI framework for iOS",
5   "description": "The Hub Framework is a toolkit for building native,\ncomponent-driven UIs on iOS. It is designed to enable\nteams of any size to quickly build, tweak and ship new\nUI features, in either new or existing apps. It also\nmakes it easy to build backend-driven UIs.",
6   "platforms": {
7     "ios": "8.0"
8   },
9   "homepage": "https://github.com/spotify/HubFramework",
10   "social_media_url": "https://twitter.com/spotifyeng",
11   "license": "Apache 2.0",
12   "authors": {
13     "John Sundell": "josu@spotify.com"
14   },
15   "source": {
16     "git": "https://github.com/spotify/HubFramework.git",
17     "tag": "2.0.10"
18   },
19   "source_files": [
20     "include/HubFramework/*.h",
21     "sources/*.{h,m}"
22   ],
23   "public_header_files": "include/HubFramework/*.h",
24   "frameworks": [
25     "UIKit",
26     "SystemConfiguration"
27   ],
28   "xcconfig": {
29     "OTHER_LDFLAGS": "-lObjC"
30   }