[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / a / 2 / ViewStyle / 1.0.0 / ViewStyle.podspec.json
blob19d80e99335aecef03761274b227ed21fd4d6e6c
2   "name": "ViewStyle",
3   "version": "1.0.0",
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": "1.0.0"
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   ]