[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 1 / f / 0 / Mobily / 2.1.26 / Mobily.podspec.json
blob540f362cb2fe11fa7fcc8d9ef30df95bc37167d1
2   "name": "Mobily",
3   "version": "2.1.26",
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.26"
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       "resources": [
48         "Icons/*.png"
49       ],
50       "xcconfig": {
51         "GCC_PREPROCESSOR_DEFINITIONS": "MOBILY_POD_CORE"
52       },
53       "frameworks": [
54         "Foundation",
55         "CoreGraphics",
56         "UIKit",
57         "AVFoundation",
58         "CoreLocation"
59       ],
60       "dependencies": {
61         "Mobily/CocoaPods": [
63         ]
64       }
65     },
66     {
67       "name": "Social",
68       "public_header_files": "Classes/Social/**/*.h",
69       "source_files": "Classes/Social/**/*.{h,m}",
70       "resources": "Classes/Social/Twitter/Frameworks/TwitterKitResources.bundle",
71       "vendored_frameworks": [
72         "Classes/Social/Facebook/Frameworks/FacebookSDK.framework",
73         "Classes/Social/Facebook/Frameworks/FBAudienceNetwork.bundle",
74         "Classes/Social/Twitter/Frameworks/TwitterKit.framework"
75       ],
76       "xcconfig": {
77         "GCC_PREPROCESSOR_DEFINITIONS": "MOBILY_POD_SOCIAL"
78       },
79       "frameworks": [
80         "CoreData",
81         "Accounts",
82         "Social",
83         "TwitterKit"
84       ],
85       "dependencies": {
86         "Mobily/Core": [
88         ],
89         "VK-ios-sdk": [
91         ]
92       }
93     }
94   ]