[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 1 / f / 0 / Mobily / 2.0.86 / Mobily.podspec.json
blob1f10837c00798c2ab4373ad21363a2b3bfe20d43
2   "name": "Mobily",
3   "version": "2.0.86",
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.86"
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       "dependencies": {
57         "Mobily/CocoaPods": [
59         ]
60       }
61     },
62     {
63       "name": "Social",
64       "public_header_files": "Classes/Social/**/*.h",
65       "source_files": "Classes/Social/**/*.{h,m}",
66       "resources": "Classes/Social/Twitter/Frameworks/TwitterKitResources.bundle",
67       "vendored_frameworks": [
68         "Classes/Social/Facebook/Frameworks/FacebookSDK.framework",
69         "Classes/Social/Facebook/Frameworks/FBAudienceNetwork.bundle",
70         "Classes/Social/Twitter/Frameworks/TwitterKit.framework"
71       ],
72       "xcconfig": {
73         "GCC_PREPROCESSOR_DEFINITIONS": "MOBILY_POD_SOCIAL"
74       },
75       "frameworks": [
76         "CoreData",
77         "Accounts",
78         "Social",
79         "TwitterKit"
80       ],
81       "dependencies": {
82         "Mobily/Core": [
84         ],
85         "VK-ios-sdk": [
87         ]
88       }
89     }
90   ]