[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 1 / 8 / 4 / TTAdditions / 0.0.1 / TTAdditions.podspec.json
blob072e27c421721a4e3be7fabb799d3b4358d063a2
2   "name": "TTAdditions",
3   "version": "0.0.1",
4   "summary": "TTAdditions is a develop kit.",
5   "description": "开发中常用的Additions,用于辅助APP的开发,加快开发进度",
6   "homepage": "https://github.com/lcztt",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lcztt": "349632213@qq.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/lcztt/TTAdditions.git",
19     "tag": "0.0.1"
20   },
21   "requires_arc": true,
22   "source_files": "TTAdditions/**/*.{h,m}",
23   "public_header_files": "TTAdditions/**/*.{h}",
24   "ios": {
25     "exclude_files": "TTAdditions/Foundation/NSThread+Additions.{h,m}"
26   },
27   "frameworks": [
28     "UIKit",
29     "Foundation",
30     "CoreFoundation"
31   ],
32   "subspecs": [
33     {
34       "name": "no-arc",
35       "requires_arc": false,
36       "source_files": "TTAdditions/Foundation/NSThread+Additions.{h,m}"
37     }
38   ]