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