blob: 4a1722555a7e694c1dbae0686f324102a44b4556 [file] [log] [blame]
{
"name": "QBCountly",
"version": "1.0.3",
"summary": "Pages and events statistics based Countly.",
"homepage": "http://git.qianbaoqm.com/hupf/QBCountly",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Handd": "handd@qianbao.com"
},
"source": {
"git": "http://git.qianbaoqm.com/hupf/QBCountly.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "QBCountly/**/*.{h,m}",
"public_header_files": [
"QBCountly/**/Countly.h",
"QBCountly/**/CountlyConfig.h",
"QBCountly/**/CountlyConnectionManager.h",
"QBCountly/**/CountlyUserDetails.h"
],
"subspecs": [
{
"name": "NotificationService",
"source_files": "QBCountly/**/CountlyNotificationService.{m,h}"
}
]
}