[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 3 / e / REActivityViewController / 1.1 / REActivityViewController.podspec.json
blobb41c28d5169cff1e83a58be4f0658b9055f83153
2   "name": "REActivityViewController",
3   "version": "1.1",
4   "authors": {
5     "Roman Efimov": "romefimov@gmail.com"
6   },
7   "homepage": "https://github.com/romaonthego/REActivityViewController",
8   "summary": "Open source alternative to UIActivityViewController, highly customizable and compatible with iOS 5.0.",
9   "source": {
10     "git": "https://github.com/romaonthego/REActivityViewController.git",
11     "tag": "1.1"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "requires_arc": true,
21   "source_files": "REActivityViewController",
22   "public_header_files": "REActivityViewController/*.h",
23   "resources": "REActivityViewController/REActivityViewController.bundle",
24   "ios": {
25     "frameworks": [
26       "QuartzCore",
27       "AssetsLibrary",
28       "MessageUI",
29       "Twitter"
30     ],
31     "weak_frameworks": "Social"
32   },
33   "dependencies": {
34     "AFNetworking": [
35       "~> 1.1.0"
36     ],
37     "Facebook-iOS-SDK": [
38       "~> 3.1.1"
39     ],
40     "DEFacebookComposeViewController": [
41       "~> 1.0.0"
42     ],
43     "REComposeViewController": [
44       "~> 1.1"
45     ],
46     "PocketAPI": [
47       "~> 1.0.1"
48     ],
49     "AFXAuthClient": [
50       "~> 1.0.3"
51     ]
52   }