blob: 77d0d6693e79951659d193dd71c94f4c24b450ad [file] [log] [blame]
{
"name": "CGOKit",
"version": "0.0.2",
"summary": "A short description of CGOKit.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/fzdfy/CGOKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fzdfy": "yunpeng@mycredigo.com"
},
"source": {
"git": "git@gitlab.com:fyp77/cgokit.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"subspecs": [
{
"name": "CGOExtension",
"source_files": "CGOKit/Classes/CGOExtension/*.[h,m]"
},
{
"name": "CGONetwork",
"source_files": "CGOKit/Classes/CGONetwork/*.[h,m]",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
}
]
}