blob: e80e99d0bc3974fe1a4650003dcfebde840e38b5 [file] [log] [blame]
{
"name": "ANN9FirebaseAnalytics",
"version": "0.0.1",
"summary": "封装 Firebase SDK",
"description": "Google Firebase 二次封装 主要用到 FirebaseCore Analytics",
"homepage": "https://github.com/Smiley1994/ANN9FirebaseAnalytics.git",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"SunXiaoSong": "sunxiaosong@ann9.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Smiley1994/ANN9FirebaseAnalytics.git",
"tag": "0.0.1"
},
"source_files": [
"ANN9FirebaseAnalytics",
"ANN9FirebaseAnalytics/**/*.{h,m}"
],
"public_header_files": "ANN9FirebaseAnalytics/**/*.h",
"static_framework": true,
"requires_arc": true,
"dependencies": {
"Firebase/Core": [
]
}
}