[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 0 / e / CocoaBloc-UI / 0.0.5 / CocoaBloc-UI.podspec.json
blob645db24925f3fac839b8c29ac831ed7bdfc213d0
2   "name": "CocoaBloc-UI",
3   "version": "0.0.5",
4   "authors": {
5     "John Heaton": "pikachu@stagebloc.com",
6     "Mark Glagola": "mark@stagebloc.com",
7     "David Warner": "spiderman@stagebloc.com",
8     "Josh Holat": "bumblebee@stagebloc.com"
9   },
10   "social_media_url": "https://twitter.com/StageBloc",
11   "homepage": "https://github.com/stagebloc/CocoaBloc-UI",
12   "summary": "StageBloc UI elements",
13   "description": "A collection of various views, controls, fonts, colors, animation helpers, and all other StageBloc-related UI things",
14   "source": {
15     "git": "https://github.com/stagebloc/CocoaBloc-UI.git",
16     "tag": "0.0.5"
17   },
18   "requires_arc": true,
19   "license": {
20     "type": "MIT",
21     "file": "LICENSE"
22   },
23   "platforms": {
24     "ios": "8.0"
25   },
26   "module_name": "CocoaBlocUI",
27   "ios": {
28     "frameworks": "UIKit"
29   },
30   "subspecs": [
31     {
32       "name": "Fonts",
33       "source_files": "Pod/Classes/UIFont+CocoaBloc.{h,m}"
34     },
35     {
36       "name": "Colors",
37       "source_files": "Pod/Classes/UIColor+CocoaBloc.{h,m}"
38     },
39     {
40       "name": "PlaceholderTextView",
41       "source_files": "Pod/Classes/SBPlaceholderTextView.*"
42     }
43   ]