[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / f / 2 / JrmfLib / 1.0.1 / JrmfLib.podspec.json
blob187d9699ac7cc493c7c5814a6d0c436d5eb6ddaf
2   "name": "JrmfLib",
3   "version": "1.0.1",
4   "summary": "some sources of jrmf360",
5   "homepage": "http://weibo.com/vamCriss",
6   "license": "MIT",
7   "authors": {
8     "criss": "ericluo0114@hotmail.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/VamCriss/JrmfLib.git",
15     "tag": "1.0.1"
16   },
17   "resources": "jrmfLib/*.{bundle,cer,framework}",
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "AlipayLib",
22       "resources": "jrmfLib/AlipayLib/**",
23       "frameworks": [
24         "SystemConfiguration",
25         "CoreGraphics",
26         "QuartzCore",
27         "CoreText",
28         "CoreGraphics",
29         "UIKit",
30         "Foundation",
31         "CFNetwork",
32         "CoreMotion"
33       ],
34       "libraries": [
35         "z",
36         "c++"
37       ]
38     },
39     {
40       "name": "WeChatSDK",
41       "frameworks": [
42         "AVFoundation",
43         "Security",
44         "SystemConfiguration",
45         "CoreTelephony",
46         "CFNetwork"
47       ],
48       "libraries": [
49         "sqlite3.0",
50         "stdc++",
51         "z.1.2.5"
52       ],
53       "subspecs": [
54         {
55           "name": "WXSDK",
56           "vendored_libraries": "jrmfLib/WeChatSDK/WXSDK/libWeChatSDK.a",
57           "source_files": "jrmfLib/WeChatSDK/WXSDK/*.h"
58         },
59         {
60           "name": "SPaySDK",
61           "frameworks": [
62             "Foundation",
63             "UIKit",
64             "CoreMotion",
65             "CoreTelephony",
66             "SystemConfiguration",
67             "CoreGraphics"
68           ],
69           "source_files": "jrmfLib/WeChatSDK/SPaySDK/*.{a, h}",
70           "resources": "jrmfLib/WeChatSDK/SPaySDK/SPaySDKResource.bundle"
71         }
72       ]
73     }
74   ]