[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / 7 / 3 / e / APLFacebookProxyActivity / 0.0.1 / APLFacebookProxyActivity.podspec.json
blob0709b8c9510dbe71c1d9a871336eb0389bc41052
2   "name": "APLFacebookProxyActivity",
3   "version": "0.0.1",
4   "summary": "A UIActivity for use when Facebook is not activated yet.",
5   "description": "                    Apple's UIActivityViewController does not display a Facebook Button\n                    if the user is not already connected.\n                    We add a custom application activity here, to display a Facebook Button in this case.\n                    Our activity tries to present a composeViewControllerForServiceType:SLServiceTypeFacebook\n                    which triggers a system alert view that displays further instructions for setting the Facebook account in iOS system\n                    settings.\n",
6   "homepage": "https://github.com/apploft/APLFacebookProxyActivity",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": [
12     "Heiko Wichmann",
13     "Tobias Conradi"
14   ],
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source": {
19     "git": "https://github.com/apploft/APLFacebookProxyActivity.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "APLFacebookProxyActivity",
24     "*.{h,m}"
25   ],
26   "resources": [
27     "*.png"
28   ],
29   "frameworks": "Social",
30   "requires_arc": true