blob: 43e54dedb7b1de48265a680e8432229037808474 [file] [log] [blame]
{
"name": "IF_FirebaseFollowHelperKit",
"version": "0.0.1",
"summary": "Firebaseにユーザフォロー機能を追加します。",
"description": "- Firebaseのデータ構造を意識せずに、フォロー関連の機能を利用できます。\n- 他ユーザがログインユーザに関わる操作を行った場合、リアルタイムに通知を受け取る事ができます。\n- 単純なArrayで処理結果が返されるので、filterなどの加工処理が容易です。",
"homepage": "https://github.com/ICTFractal/IF_FirebaseFollowHelperKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ICT Fractal": "kuboshima@ict-fractal.com"
},
"social_media_url": "https://twitter.com/melodyboxyk",
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/ICTFractal/IF_FirebaseFollowHelperKit.git",
"tag": "0.0.1"
},
"source_files": "IF_FirebaseFollowHelperKit/**/*.swift",
"requires_arc": true,
"dependencies": {
"Firebase": [
]
}
}