[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / c / 2 / f / FiM_JYGeneralTools / 0.1.23 / FiM_JYGeneralTools.podspec.json
blob32cd7778e39ff4aaf99e0f9e4426aeba9348a969
2   "name": "FiM_JYGeneralTools",
3   "version": "0.1.23",
4   "summary": "A short description of FiM_JYGeneralTools.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/FirstMen/FiM_JYGeneralTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhuyuhui434@gmail.com": "zhuyuhui434@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/FirstMen/FiM_JYGeneralTools.git",
16     "tag": "0.1.23"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "FiM_JYGeneralTools/Classes/JYGeneralTools.h",
22   "source_files": "FiM_JYGeneralTools/Classes/JYGeneralTools.h",
23   "resource_bundles": {
24     "FiM_JYGeneralTools": [
25       "FiM_JYGeneralTools/Assets/*.png"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "FiM_AttributedStringConfig",
31       "source_files": "FiM_JYGeneralTools/Classes/FiM_AttributedStringConfig/*.{h,m}"
32     },
33     {
34       "name": "FiM_CGContextObject",
35       "source_files": "FiM_JYGeneralTools/Classes/FiM_CGContextObject/*.{h,m}"
36     },
37     {
38       "name": "FiM_CustomLayout",
39       "source_files": "FiM_JYGeneralTools/Classes/FiM_CustomLayout/*.{h,m}",
40       "dependencies": {
41         "FiM_JYGeneralTools/FiM_Math": [
43         ]
44       }
45     },
46     {
47       "name": "FiM_Easing",
48       "source_files": "FiM_JYGeneralTools/Classes/FiM_Easing/*.{h,m,c}"
49     },
50     {
51       "name": "FiM_FileManager",
52       "source_files": "FiM_JYGeneralTools/Classes/FiM_FileManager/*.{h,m,c}"
53     },
54     {
55       "name": "FiM_Math",
56       "source_files": "FiM_JYGeneralTools/Classes/FiM_Math/*.{h,m}"
57     }
58   ]