[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / 4 / 9 / MGEStyles / 1.0.0 / MGEStyles.podspec.json
blob581533aa5cf5e334d85fd1eddb48752af4c654f5
2   "name": "MGEStyles",
3   "version": "1.0.0",
4   "summary": "An easy way to customize styles to any UIResponder from the Interface Builder",
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.\n",
6   "homepage": "https://github.com/ManueGE/MGEStyles",
7   "license": "Apache License",
8   "authors": {
9     "ManueGE": "manuel@softopusgarden.com"
10   },
11   "source": {
12     "git": "https://github.com/ManueGE/MGEStyles.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/ManueGE",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "Default",
21   "resource_bundles": {
22   },
23   "public_header_files": "MGEStyles/MGEStyles/Base/*.h",
24   "frameworks": "UIKit",
25   "subspecs": [
26     {
27       "name": "Default",
28       "source_files": [
29         "MGEStyles/MGEStyles/Base/*",
30         "MGEStyles/MGEStyles/Inspectable/*"
31       ]
32     },
33     {
34       "name": "Lite",
35       "source_files": "MGEStyles/MGEStyles/Base/*"
36     }
37   ]