[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 3 / 5 / CMBReactiveSocial / 0.1.0 / CMBReactiveSocial.podspec.json
blob2449019b8a66358c9f23e5cb153e6a02a8bde17a
2   "name": "CMBReactiveSocial",
3   "version": "0.1.0",
4   "summary": "Utilities to connect with social networks with ReactiveCocoa signals",
5   "description": "                       Utilities to quickly connect with social networks with ReactiveCocoa signals.\n                       * Markdown format.\n                       * Don't worry about the indent, we strip it!\n",
6   "homepage": "https://github.com/stefanocomba/CMBReactiveSocial",
7   "license": "MIT",
8   "authors": {
9     "Stefano Comba": "stefano.comba@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/stefanocomba/CMBReactiveSocial.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/wildmonkey",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "CMBReactiveSocial": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": [
27     "Accounts",
28     "Social"
29   ],
30   "dependencies": {
31     "ReactiveCocoa": [
32       "2.3.1"
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "System",
38       "source_files": "Pod/Classes/Accounts/*.{m,h}",
39       "header_dir": "Accounts",
40       "frameworks": [
41         "Accounts",
42         "Social"
43       ]
44     },
45     {
46       "name": "Facebook",
47       "source_files": "Pod/Classes/Facebook/*.{m,h}",
48       "header_dir": "Facebook",
49       "dependencies": {
50         "Facebook-iOS-SDK": [
52         ]
53       }
54     },
55     {
56       "name": "Google",
57       "source_files": "Pod/Classes/Google/*.{m,h}",
58       "header_dir": "Google",
59       "dependencies": {
60         "google-plus-ios-sdk": [
62         ]
63       }
64     },
65     {
66       "name": "All",
67       "header_dir": "Classes",
68       "dependencies": {
69         "CMBReactiveSocial/System": [
71         ],
72         "CMBReactiveSocial/Facebook": [
74         ],
75         "CMBReactiveSocial/Google": [
77         ]
78       }
79     }
80   ]