[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / a / 4 / 0 / PRSocial / 0.1.11 / PRSocial.podspec.json
blob9bf303e82f634e464340d9ad8a0ed50776509a93
2   "name": "PRSocial",
3   "version": "0.1.11",
4   "summary": "Share contents on social network.",
5   "homepage": "https://github.com/Elethom/PRSocial",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Elethom Hunter": "elethomhunter@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/ElethomHunter",
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/Elethom/PRSocial.git",
19     "tag": "0.1.11"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*",
24     "Frameworks/*.h",
25     "Frameworks/**/*.h"
26   ],
27   "frameworks": [
28     "Foundation",
29     "UIKit",
30     "CoreGraphics",
31     "Social",
32     "CoreTelephony"
33   ],
34   "libraries": [
35     "z",
36     "sqlite3",
37     "stdc++"
38   ],
39   "vendored_libraries": [
40     "Frameworks",
41     "Frameworks/**/*.a"
42   ],
43   "requires_arc": true,
44   "dependencies": {
45     "MBProgressHUD": [
46       "~> 0.8"
47     ],
48     "SSKeychain": [
49       "~> 1.2.2"
50     ],
51     "TencentOpenApiSDK": [
52       "~> 2.3.0"
53     ],
54     "Weibo": [
55       "~> 2.4.2"
56     ]
57   },
58   "xcconfig": {
59     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/TencentOpenApiSDK\""
60   }