[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / c / 9 / IF_FirebaseFollowHelperKit / 0.0.1 / IF_FirebaseFollowHelperKit.podspec.json
blob43e54dedb7b1de48265a680e8432229037808474
2   "name": "IF_FirebaseFollowHelperKit",
3   "version": "0.0.1",
4   "summary": "Firebaseにユーザフォロー機能を追加します。",
5   "description": "- Firebaseのデータ構造を意識せずに、フォロー関連の機能を利用できます。\n- 他ユーザがログインユーザに関わる操作を行った場合、リアルタイムに通知を受け取る事ができます。\n- 単純なArrayで処理結果が返されるので、filterなどの加工処理が容易です。",
6   "homepage": "https://github.com/ICTFractal/IF_FirebaseFollowHelperKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ICT Fractal": "kuboshima@ict-fractal.com"
13   },
14   "social_media_url": "https://twitter.com/melodyboxyk",
15   "platforms": {
16     "ios": "9.3"
17   },
18   "source": {
19     "git": "https://github.com/ICTFractal/IF_FirebaseFollowHelperKit.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "IF_FirebaseFollowHelperKit/**/*.swift",
23   "requires_arc": true,
24   "dependencies": {
25     "Firebase": [
27     ]
28   }