[Add] AnyThinkAdmobSDKAdapter 6.4.37.1
[CocoaPods.git] / Specs / 4 / d / a / Harlow / 1.4.2 / Harlow.podspec.json
blob66958d748b4933dd9bfed14dd8ad0e5c065aa8cf
2   "name": "Harlow",
3   "version": "1.4.2",
4   "summary": "Harlow provide live view debugging",
5   "description": "Live debugger for:\n    1. Analytics\n    2. Crashes\n    3. Logs\n    4. Networking\n    5. Errors",
6   "homepage": "https://github.com/stanwood/Harlow",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "stanwood": "ios.frameworks@stanwood.io"
13   },
14   "source": {
15     "git": "https://github.com/stanwood/Harlow.git",
16     "tag": "1.4.2"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": [
23     "Sources/Harlow/Controller/**/*",
24     "Sources/Harlow/Views/**/*",
25     "Sources/Harlow/Modules/**/*",
26     "Sources/Harlow/Model/**/*",
27     "Sources/Harlow/Protocols/**/*",
28     "Sources/Harlow/Extensions/**/*"
29   ],
30   "resource_bundles": {
31     "Harlow": [
32       "Sources/Harlow/Assets/*",
33       "Sources/Harlow/Resources/*",
34       "Sources/Harlow/Views/**/*.xib",
35       "Sources/Harlow/Modules/**/*.xib"
36     ]
37   },
38   "dependencies": {
39     "Pulsator": [
41     ],
42     "SourceModel": [
44     ],
45     "Loaf": [
47     ]
48   },
49   "swift_version": "5.0"