[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 6 / 5 / Goya / 2.0.0 / Goya.podspec.json
blob7d9e020907d900143826b4cd906f217ac502af5b
2   "name": "Goya",
3   "version": "2.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": "2.0.0"
16   },
17   "requires_arc": true,
18   "frameworks": "UIKit",
19   "default_subspecs": "Inspectable",
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "3.0"
22   },
23   "subspecs": [
24     {
25       "name": "Lite",
26       "source_files": "goya/goya/lite/*.{swift}"
27     },
28     {
29       "name": "Inspectable",
30       "dependencies": {
31         "Goya/Lite": [
33         ]
34       },
35       "source_files": "goya/goya/inspectable/*.{swift}"
36     }
37   ]