[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 5 / a / 2 / ViewStyle / 0.0.1 / ViewStyle.podspec.json
blobb6f705da964aa8e0342babd7cc494403b6747a18
2   "name": "ViewStyle",
3   "version": "0.0.1",
4   "summary": "Provides a way to set UIView's visual appearance properties like CSS",
5   "homepage": "https://github.com/southpeak/ViewStyle",
6   "license": "MIT",
7   "authors": "Minya",
8   "social_media_url": "http://weibo.com/touristdiary",
9   "source": {
10     "git": "https://github.com/southpeak/ViewStyle.git",
11     "tag": "0.0.1"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "pushed_with_swift_version": "3.0",
17   "subspecs": [
18     {
19       "name": "Core",
20       "source_files": "Source/Core"
21     },
22     {
23       "name": "Extensions",
24       "source_files": "Source/Extensions",
25       "dependencies": {
26         "ViewStyle/Core": [
28         ]
29       }
30     }
31   ]