[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / 3 / 4 / 6 / TTSource / 1.2.4 / TTSource.podspec.json
blob88ae5e4462d72695fc090d7fc8683857e615336d
2   "name": "TTSource",
3   "version": "1.2.4",
4   "summary": "mvc.",
5   "description": "easy to mvc.",
6   "homepage": "https://github.com/ttayaa/TTSource",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "ttayaa": "2087154267@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://git.oschina.net/ttayaa/ttsource.git",
19     "tag": "v1.2.4"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "TTSourceALL",
25       "dependencies": {
26         "TTSource/Header": [
28         ],
29         "TTSource/TTControllerCategory": [
31         ],
32         "TTSource/TTMacros": [
34         ],
35         "TTSource/TTMVC": [
37         ]
38       }
39     },
40     {
41       "name": "Header",
42       "source_files": "TTSource/TTSourceConfig.h"
43     },
44     {
45       "name": "TTControllerCategory",
46       "source_files": "TTSource/TTControllerCategory/**/*.{h,m,mm}",
47       "resources": "TTSource/TTControllerCategory/**/*.{png,storyboard,xib,plist,der,js.json,strings,xcassets,imageset}"
48     },
49     {
50       "name": "TTMacros",
51       "source_files": "TTSource/TTMacros/**/*.{h,m,mm}"
52     },
53     {
54       "name": "TTMVC",
55       "source_files": "TTSource/TTMVC/**/*.{h,m,mm}"
56     }
57   ]