[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / f / 0 / Mobily / 2.0.25 / Mobily.podspec.json
blobafa52bd83f35291bb68f711e7ad03b78423919af
2   "name": "Mobily",
3   "version": "2.0.25",
4   "summary": "Mobily framework for iOS",
5   "homepage": "https://github.com/fgengine/mobily-ios/tree/v2",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Username": "fgengine@gmail.com"
12   },
13   "platforms": {
14     "ios": 7.0
15   },
16   "source": {
17     "git": "https://github.com/fgengine/mobily-ios.git",
18     "branch": "v2",
19     "tag": "2.0.25"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Development",
26       "dependencies": {
27         "Mobily/CocoaPods": [
29         ],
30         "Mobily/Core": [
32         ],
33         "Mobily/Social": [
35         ]
36       }
37     },
38     {
39       "name": "CocoaPods",
40       "public_header_files": "Classes/CocoaPods/**/*.h",
41       "source_files": "Classes/CocoaPods/**/*.{h,m}"
42     },
43     {
44       "name": "Core",
45       "public_header_files": "Classes/Core/**/*.h",
46       "source_files": "Classes/Core/**/*.{h,m}",
47       "xcconfig": {
48         "GCC_PREPROCESSOR_DEFINITIONS": "MOBILY_POD_CORE"
49       },
50       "frameworks": [
51         "Foundation",
52         "CoreGraphics",
53         "UIKit",
54         "AVFoundation"
55       ]
56     },
57     {
58       "name": "Social",
59       "public_header_files": "Classes/Social/**/*.h",
60       "source_files": "Classes/Social/**/*.{h,m}",
61       "resources": "Classes/Social/Twitter/Frameworks/TwitterKit.bundle/Resources/TwitterKitResources.bundle",
62       "vendored_frameworks": [
63         "Classes/Social/Facebook/Frameworks/FacebookSDK.framework",
64         "Classes/Social/Facebook/Frameworks/FBAudienceNetwork.bundle",
65         "Classes/Social/Twitter/Frameworks/TwitterKit.framework"
66       ],
67       "xcconfig": {
68         "GCC_PREPROCESSOR_DEFINITIONS": "MOBILY_POD_SOCIAL"
69       },
70       "frameworks": [
71         "CoreData",
72         "Accounts",
73         "Social",
74         "TwitterKit"
75       ],
76       "dependencies": {
77         "Mobily/Core": [
79         ],
80         "VK-ios-sdk": [
82         ]
83       }
84     }
85   ]