blob: b2e1366f031150a27838dd5f729b56aedd90ea45 [file] [log] [blame]
{
"name": "GNGcdTimer",
"version": "1.0.2",
"summary": "A short description of GNGcdTimer SDK for iOS.",
"description": "TopOn SDK for developer",
"homepage": "https://github.com/huqinzhi/GNGcdTimer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hqz": "576188937@qq.com"
},
"source": {
"git": "https://github.com/huqinzhi/GNGcdTimer.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"SystemConfiguration",
"Foundation",
"UIKit"
],
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-lObjC"
]
},
"libraries": [
"c++",
"z"
],
"default_subspecs": "GNGcdTimer",
"subspecs": [
{
"name": "GNGcdTimer",
"platforms": {
"ios": "8.0"
},
"source_files": [
"GN*.h",
"GN*.m"
]
}
]
}