[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / d / 1 / RGBasic / 0.0.1 / RGBasic.podspec.json
blobe0306673f024deb0136a027f3b91285b932a1360
2   "name": "RGBasic",
3   "version": "0.0.1",
4   "summary": "A basic project.",
5   "homepage": "https://github.com/sunnyGT/RGBasic",
6   "license": {
7     "type": "MIT",
8     "file": "FILE_LICENSE"
9   },
10   "authors": {
11     "Robin_Gzb": "a184820975@sina.cn"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/sunnyGT/RGBasic.git",
18     "tag": "0.0.1"
19   },
20   "source_files": [
21     "RGBasic",
22     "RGBasic/**/*.{h,m}",
23     "RGBasic/**/**/*.{h,m}"
24   ],
25   "frameworks": "UIKit",
26   "requires_arc": true,
27   "xcconfig": {
28     "USER_HEADER_SEARCH_PATHS": "$(SRCROOT)"
29   },
30   "prefix_header_file": "RGBasic/XMPrefixHeader.pch",
31   "dependencies": {
32     "AFNetworking": [
33       "~> 3.1.0"
34     ],
35     "Masonry": [
36       "~> 1.1.0"
37     ],
38     "SDWebImage": [
39       "~> 4.2.2"
40     ],
41     "MBProgressHUD": [
42       "~> 1.1.0"
43     ],
44     "Base64": [
45       "~> 1.1.2"
46     ],
47     "Mantle": [
48       "~> 2.1.0"
49     ]
50   }