[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / c / 1 / CCDebugHelper / 1.0.2 / CCDebugHelper.podspec.json
blob415f6387587a397b4c066489a547d8e1cb41fe6b
2   "name": "CCDebugHelper",
3   "version": "1.0.2",
4   "summary": "Library for fast debug view controllers in large applications",
5   "homepage": "http://chillicoders.com",
6   "license": "MIT",
7   "authors": {
8     "Rafał Wójcik": "rafalwojcik@me.com"
9   },
10   "source": {
11     "git": "https://github.com/ChilliCoders/CCDebugHelper.git",
12     "tag": "1.0.2",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "frameworks": "UIKit",
20   "source_files": "CCDebugHelper/**/*.{h,m}",
21   "header_dir": "CCDebugHelper",
22   "public_header_files": "CCDebugHelper/**/*.h",
23   "ios": {
24     "resource_bundles": {
25       "CCDebugHelperBundle": "CCDebugHelper/Resources/**/*.{xib,png,jpg,jpeg}"
26     }
27   }