[Add] AnyThinkBigoSDKAdapter 6.4.27
[CocoaPods.git] / Specs / 1 / f / 0 / Mobily / 2.1.56 / Mobily.podspec.json
blobd2b832ac7fe42579d632def1a30d8254050556bc
2   "name": "Mobily",
3   "version": "2.1.56",
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.56"
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       "libraries": "sqlite3"
66     },
67     {
68       "name": "Social",
69       "public_header_files": "Classes/Social/**/*.h",
70       "source_files": "Classes/Social/**/*.{h,m}",
71       "resources": "Classes/Social/Twitter/Frameworks/TwitterKitResources.bundle",
72       "vendored_frameworks": [
73         "Classes/Social/Facebook/Frameworks/FacebookSDK.framework",
74         "Classes/Social/Facebook/Frameworks/FBAudienceNetwork.bundle",
75         "Classes/Social/Twitter/Frameworks/TwitterKit.framework"
76       ],
77       "xcconfig": {
78         "GCC_PREPROCESSOR_DEFINITIONS": "MOBILY_POD_SOCIAL"
79       },
80       "frameworks": [
81         "CoreData",
82         "Accounts",
83         "Social",
84         "TwitterKit"
85       ],
86       "dependencies": {
87         "Mobily/Core": [
89         ],
90         "VK-ios-sdk": [
92         ]
93       }
94     }
95   ]