[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 2 / f / SettingsKit / 0.1.0 / SettingsKit.podspec.json
blob0ff596b6a5602f821c2178a2c9b6fcd0f7eef7b5
2   "name": "SettingsKit",
3   "version": "0.1.0",
4   "summary": "SettingsKit provides an elegant wrapper for iOS app settings.",
5   "description": "SettingsKit makes working with app settings easier & safer\nby providing a tidy API for retrieving, updating, and\nobserving preference items in your app's Settings bundle.",
6   "homepage": "https://github.com/dtrenz/SettingsKit",
7   "license": "Apache 2.0",
8   "authors": {
9     "Dan Trenz": "dtrenz@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/dtrenz/SettingsKit.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/dtrenz",
16   "platforms": {
17     "ios": "8.3"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "Sources/**/*",
22     "cli/**/*",
23     "build"
24   ],
25   "preserve_paths": [
26     "cli/**/*",
27     "build"
28   ]