[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 6 / 4 / 7 / HubFramework / 2.0.4 / HubFramework.podspec.json
blob38a08938f398f9b187c66a204bfab24b9d90ed12
2   "name": "HubFramework",
3   "version": "2.0.4",
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.4"
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   }