[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 0 / e / CocoaBloc-UI / 0.0.2 / CocoaBloc-UI.podspec.json
blobeda9b14f2e0e96d2e70c9b28214f06ed34304653
2   "name": "CocoaBloc-UI",
3   "version": "0.0.2",
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.2"
17   },
18   "requires_arc": true,
19   "license": {
20     "type": "MIT",
21     "file": "LICENSE"
22   },
23   "platforms": {
24     "ios": "7.0"
25   },
26   "ios": {
27     "frameworks": "UIKit"
28   },
29   "subspecs": [
30     {
31       "name": "Fonts",
32       "source_files": "Pod/Classes/UIFont+CocoaBloc.{h,m}"
33     },
34     {
35       "name": "Colors",
36       "source_files": "Pod/Classes/UIColor+CocoaBloc.{h,m}"
37     }
38   ]