blob: 0171ffc3ab752f4ddcf32fc48e197d2794b54633 [file] [log] [blame]
{
"name": "GzoneLib",
"version": "0.1.8",
"summary": "GzoneLib Gzone Collection liblary",
"homepage": "https://github.com/GzoneIOS/GzoneLib.git",
"license": "MIT",
"authors": {
"dungnt": "dung.nt@gzone.com.vn"
},
"source": {
"git": "https://github.com/GzoneIOS/GzoneLib.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m}",
"resource_bundles": {
"GzoneLib": [
"Pod/Assets/*.png"
]
},
"subspecs": [
{
"name": "GzFileAmazonUpload",
"source_files": "Pod/Classes/GzFileAmazonUpload/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.5.0"
]
}
},
{
"name": "GzCrashLogMessage",
"source_files": [
"Pod/Classes/GzCrashLogMessage/*.{h,m}",
"Pod/Classes/GzCrashLogMessage/IQParseSDK/*.{h,m}"
],
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
},
{
"name": "GzInternetConnection",
"source_files": "Pod/Classes/GzInternetConnection/*.{h,m}",
"dependencies": {
"Reachability": [
"~> 3.1.1"
]
}
},
{
"name": "GzNetworking",
"source_files": [
"Pod/Classes/GzNetworking/*.{h,m}",
"Pod/Classes/GzNetworking/LabraryAPI/*.{h,m}",
"Pod/Classes/GzNetworking/SaveDataOffline/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 2.5.0"
],
"Mantle": [
"~> 1.5.1"
]
}
},
{
"name": "GzSocial",
"source_files": "Pod/Classes/GzSocial/*.{h,m}",
"dependencies": {
"Facebook-iOS-SDK": [
"~> 3.20.0"
]
},
"frameworks": [
"Twitter",
"MessageUI",
"Social"
]
},
{
"name": "GzDatabase",
"source_files": "Pod/Classes/GzDatabase/*.{h,m}",
"frameworks": "CoreData"
},
{
"name": "GzScanner",
"source_files": "Pod/Classes/GzScanner/*.{h,m}",
"frameworks": [
"QuartzCore",
"AVFoundation",
"CoreGraphics"
]
}
]
}