[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 8 / a / 6 / ShareThis / 1.0.0 / ShareThis.podspec.json
blob1e2efebad0f6e0e1de9af027ba5cfe66d618e04b
2   "name": "ShareThis",
3   "version": "1.0.0",
4   "platforms": {
5     "ios": "5.0"
6   },
7   "license": {
8     "type": "BSD"
9   },
10   "summary": "An iOS sharing tool that can be easily inserted into a project.",
11   "homepage": "https://github.com/ign/ShareThis",
12   "authors": {
13     "Aung Thar": "samuraizack@gmail.com",
14     "Grant Bartone": "gbartone@ign.com",
15     "Alex Ivlev": "aivlev@ign.com",
16     "Brad Taylor": "brtaylor@ign.com"
17   },
18   "source": {
19     "git": "https://github.com/ign/ShareThis.git",
20     "tag": "1.0.0"
21   },
22   "description": "A sharing controller that allows anyone to implement sharing into their projects easily. iOS 5 will use action sheets and iOS 6 will use the new activity view controller. Readability, Pocket, and Instapaper are added also for read-later services to share with articles.",
23   "source_files": [
24     "Code/*.{h,m}",
25     "Code/KeyChainItemWrapper/*.{h,m}"
26   ],
27   "resources": "Assets/*.png",
28   "dependencies": {
29     "Facebook-iOS-SDK": [
30       "3.1.1"
31     ],
32     "REComposeViewController": [
33       "0.0.1"
34     ],
35     "cocoa-oauth": [
36       "0.0.1"
37     ]
38   },
39   "frameworks": [
40     "Security",
41     "QuartzCore",
42     "MessageUI",
43     "Twitter",
44     "CoreGraphics"
45   ],
46   "weak_frameworks": [
47     "Social",
48     "Accounts",
49     "AdSupport"
50   ],
51   "requires_arc": true