[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / b / 5 / CEMActivityViewController / 1.1.0 / CEMActivityViewController.podspec.json
blob59334a2c1e1b47f58ac0609b9ea9c0197787f63d
2   "name": "CEMActivityViewController",
3   "version": "1.1.0",
4   "summary": "Custom ActivityViewController on iOS",
5   "homepage": "https://github.com/svenhaun/CEMActivityViewController",
6   "license": "MIT",
7   "authors": {
8     "svenhaun": "svenhaun@126.com"
9   },
10   "source": {
11     "git": "https://github.com/svenhaun/CEMActivityViewController.git",
12     "tag": "1.1.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*.{h,m}",
19   "resources": "Pod/Resources/Resource.bundle/**/*.png",
20   "public_header_files": [
21     "Pod/Classes/CEMActivityViewController/Public/*.h",
22     "Pod/Classes/CEMSocialPlatformManager/*.h"
23   ],
24   "private_header_files": "Pod/Classes/CEMActivityViewController/Private/*.h",
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "dependencies": {
30     "TencentOpenApiSDK/64bit": [
31       "~> 2.9.5"
32     ],
33     "libWeChatSDK": [
34       "~> 1.6"
35     ],
36     "WeiboSDK": [
37       "~> 3.1.3"
38     ]
39   }