[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 9 / e / d / Skins / 0.1.0 / Skins.podspec.json
blobecc712ce2615bc70b6cda067f633aa91b4a9a4db
2   "name": "Skins",
3   "version": "0.1.0",
4   "summary": "Theme manager for swift projects.",
5   "swift_versions": "5.0",
6   "homepage": "https://github.com/imotoboy/Skins",
7   "license": "MIT (LICENSE)",
8   "authors": {
9     "tramp": "wg_workshop@hotmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/imotoboy/Skins.git",
17     "tag": "0.1.0"
18   },
19   "source_files": [
20     "Skins/*.{swift, h}",
21     "Skins/**/*.swift"
22   ],
23   "ios": {
24     "frameworks": [
25       "UIKit",
26       "Foundation",
27       "QuartzCore",
28       "SafariServices"
29     ]
30   },
31   "swift_version": "5.0"