[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / 4 / c / YYUtility / 0.0.3.1 / YYUtility.podspec.json
blob95b0286103dc0d22d6f2a902549f5d7b1ad9c800
2   "name": "YYUtility",
3   "version": "0.0.3.1",
4   "summary": "Based on YYKit's utility and extension, it is a multfunctional tool",
5   "homepage": "https://github.com/Initial-C",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "InitialC": "iwilliamchang@outlook.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/Initial-C/YYUtility.git",
19     "tag": "0.0.3.1"
20   },
21   "source_files": "CExtension/**/*.{h,m}",
22   "public_header_files": "CExtension/**/*.{h}",
23   "ios": {
24     "exclude_files": [
25       "CExtension/Base/Foundation/NSObject+YYAddForARC.{h,m}",
26       "CExtension/Base/Foundation/NSThread+YYAdd.{h,m}"
27     ]
28   },
29   "dependencies": {
30     "YYImage": [
31       "~> 1.0.4"
32     ],
33     "YYImage/WebP": [
35     ],
36     "YYText": [
37       "~> 1.0.7"
38     ],
39     "YYModel": [
40       "~> 1.0.4"
41     ],
42     "YYCache": [
43       "~> 1.0.4"
44     ],
45     "YYWebImage": [
46       "~> 1.0.5"
47     ]
48   },
49   "frameworks": [
50     "UIKit",
51     "CoreMotion"
52   ],
53   "subspecs": [
54     {
55       "name": "no-arc",
56       "requires_arc": false,
57       "source_files": [
58         "CExtension/Base/Foundation/NSObject+YYAddForARC.{h,m}",
59         "CExtension/Base/Foundation/NSThread+YYAdd.{h,m}"
60       ]
61     }
62   ]