[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 4 / 7 / HubFramework / 2.0.1 / HubFramework.podspec.json
blob9a04397454a94d86b1068a3272630e2e0877d6c7
2   "name": "HubFramework",
3   "version": "2.0.1",
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.1"
18   },
19   "source_files": [
20     "include/HubFramework/*.h",
21     "HubFramework/*.{h,m}"
22   ],
23   "public_header_files": "include/HubFramework/*.h",
24   "frameworks": [
25     "UIKit",
26     "SystemConfiguration"
27   ],
28   "xcconfig": {
29     "OTHER_LDFLAGS": "-lObjC"
30   }