[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 1 / 3 / 2 / ShakeLog / 0.0.1 / ShakeLog.podspec.json
blobd02258bb2165fec97d09c065790d2cd0e93d7110
2   "name": "ShakeLog",
3   "version": "0.0.1",
4   "summary": "Simple override for original Log pod. Just add emoji",
5   "homepage": "https://github.com/ConcepterDev/ShakeLog",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Andrew Skrypnik": "anarh93@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/ConcepterDev/ShakeLog.git",
15     "tag": "0.0.1"
16   },
17   "pod_target_xcconfig": {
18     "SWIFT_VERSION": "3.0"
19   },
20   "platforms": {
21     "ios": "10.0"
22   },
23   "source_files": "ShakeLog/Classes/**/*",
24   "resource_bundles": {
25     "ShakeLog": [
26       "ShakeLog/Assets/*"
27     ]
28   },
29   "resources": "ShakeLog/Assets/*",
30   "dependencies": {
31     "Concepter_Log": [
32       "~>1.0"
33     ],
34     "AEConsole": [
35       "~>0.3.0"
36     ]
37   },
38   "pushed_with_swift_version": "3.0"