blob: b3393731a0f410fde9938f17f09cff2ea67a4fe9 [file] [log] [blame]
{
"name": "MJAnalyse",
"version": "0.2.10",
"summary": "集成Facebook, Firebase等第三方统计",
"homepage": "https://github.com/yangyu2010/MJAnalyse",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yu Yang": "yangyu2010@aliyun.com"
},
"source": {
"git": "https://github.com/yangyu2010/MJAnalyse.git",
"tag": "v-0.2.10"
},
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "Analyse",
"source_files": "MJAnalyse/Classes/MJAnalyse.{h,m}",
"dependencies": {
"ModuleCapability": [
],
"FBSDKCoreKit": [
],
"MJKeyManager": [
]
}
},
{
"name": "ViewController",
"source_files": "MJAnalyse/Classes/UIViewController+Analyse.{h,m}",
"dependencies": {
"MJAnalyse/Analyse": [
]
}
}
]
}