[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / a / 1 / 8 / AMKLaunchTimeProfiler / 1.0.0 / AMKLaunchTimeProfiler.podspec.json
blobb4371be23eb1d1a236718d7bfc23e6e473177712
2   "name": "AMKLaunchTimeProfiler",
3   "version": "1.0.0",
4   "summary": "iOS application cold launch time consumption analysis tool.",
5   "description": "iOS application cold launch time consumption analysis tool.",
6   "homepage": "https://github.com/AndyM129/AMKLaunchTimeProfiler",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MengXinxin": "andy_m129@baidu.com"
13   },
14   "source": {
15     "git": "https://github.com/AndyM129/AMKLaunchTimeProfiler.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "AMKLaunchTimeProfiler/Classes/**/*.{h,m}",
22   "public_header_files": "AMKLaunchTimeProfiler/Classes/Core/*.h",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "YYCache": [
27     ],
28     "YYModel": [
30     ],
31     "Aspects": [
33     ],
34     "SSZipArchive": [
36     ]
37   }