[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / 6 / 5 / Goya / 1.0.0 / Goya.podspec.json
blob926125f0696af1dc8c388c278456e5a63aa33b85
2   "name": "Goya",
3   "version": "1.0.0",
4   "summary": "An easy way to set styles to any UIResponder from the Interface Builder written in Swift",
5   "description": "Customize the appearance and any other property of any UIResponder (views, view controllers, labels, buttons)\n                     just by setting a style string in the Interface Builder.",
6   "homepage": "https://github.com/ManueGE/Goya/",
7   "license": "MIT",
8   "authors": "Manuel García-Estañ",
9   "social_media_url": "http://twitter.com/ManueGE",
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/ManueGE/Goya.git",
15     "tag": "1.0.0"
16   },
17   "requires_arc": true,
18   "frameworks": "UIKit",
19   "default_subspecs": "Inspectable",
20   "subspecs": [
21     {
22       "name": "Lite",
23       "source_files": "goya/goya/lite/*.{swift}"
24     },
25     {
26       "name": "Inspectable",
27       "dependencies": {
28         "Goya/Lite": [
30         ]
31       },
32       "source_files": "goya/goya/inspectable/*.{swift}"
33     }
34   ]