blob: e0306673f024deb0136a027f3b91285b932a1360 [file] [log] [blame]
{
"name": "RGBasic",
"version": "0.0.1",
"summary": "A basic project.",
"homepage": "https://github.com/sunnyGT/RGBasic",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"Robin_Gzb": "a184820975@sina.cn"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/sunnyGT/RGBasic.git",
"tag": "0.0.1"
},
"source_files": [
"RGBasic",
"RGBasic/**/*.{h,m}",
"RGBasic/**/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true,
"xcconfig": {
"USER_HEADER_SEARCH_PATHS": "$(SRCROOT)"
},
"prefix_header_file": "RGBasic/XMPrefixHeader.pch",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"Masonry": [
"~> 1.1.0"
],
"SDWebImage": [
"~> 4.2.2"
],
"MBProgressHUD": [
"~> 1.1.0"
],
"Base64": [
"~> 1.1.2"
],
"Mantle": [
"~> 2.1.0"
]
}
}