[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / 9 / 5 / Pegas / 0.1.0 / Pegas.podspec.json
blob9cd340bb8be7c5fbeab06a74efc51a3dfa153569
2   "name": "Pegas",
3   "summary": "Social API for Facebook, Twitter, GooglePlus, Vkontakte, Odnoklassniki: login, fetch user profile, friends, invite friend, etc.",
4   "version": "0.1.0",
5   "license": {
6     "type": "Apache",
7     "file": "LICENSE.txt"
8   },
9   "homepage": "http://caiguda.com",
10   "authors": "Caiguda Software Studio",
11   "source": {
12     "git": "https://Malaar@bitbucket.org/caiguda/pegas.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Core",
22       "dependencies": {
23         "CaigudaKit": [
25         ]
26       },
27       "source_files": "Pegas/Core/**/*.{h,m}",
28       "resources": "Pegas/**/*.{jpeg,png,xib,nib,txt}"
29     },
30     {
31       "name": "Facebook",
32       "dependencies": {
33         "Pegas/Core": [
35         ],
36         "FBSDKCoreKit": [
37           "~> 4.4.0"
38         ],
39         "FBSDKLoginKit": [
40           "~> 4.4.0"
41         ],
42         "FBSDKShareKit": [
43           "~> 4.4.0"
44         ]
45       },
46       "source_files": "Pegas/Facebook/**/*.{h,m}"
47     },
48     {
49       "name": "Twitter",
50       "dependencies": {
51         "Pegas/Core": [
53         ],
54         "STTwitter": [
56         ]
57       },
58       "source_files": "Pegas/Twitter/**/*.{h,m}"
59     },
60     {
61       "name": "Vkontakte",
62       "dependencies": {
63         "Pegas/Core": [
65         ],
66         "VK-ios-sdk": [
68         ]
69       },
70       "source_files": "Pegas/Vkontakte/**/*.{h,m}"
71     },
72     {
73       "name": "GooglePlus",
74       "dependencies": {
75         "Pegas/Core": [
77         ]
78       },
79       "source_files": "Pegas/GooglePlus/**/*.{h,m}",
80       "vendored_frameworks": [
81         "Pegas/GooglePlus/Frameworks/GooglePlus.framework",
82         "Pegas/GooglePlus/Frameworks/GoogleOpenSource.framework"
83       ],
84       "resources": "Pegas/GooglePlus/Frameworks/GooglePlus.bundle",
85       "frameworks": [
86         "AssetsLibrary",
87         "CoreLocation",
88         "CoreMotion",
89         "CoreGraphics",
90         "CoreText",
91         "MediaPlayer",
92         "Security",
93         "SystemConfiguration",
94         "AddressBook"
95       ],
96       "xcconfig": {
97         "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Pegas/GooglePlus/Frameworks/GoogleOpenSource.framework/Versions/A/Headers\""
98       }
99     },
100     {
101       "name": "Odnoklassniki",
102       "dependencies": {
103         "Pegas/Core": [
105         ],
106         "odnoklassniki_ios_sdk": [
108         ]
109       },
110       "source_files": "Pegas/Odnoklassniki/**/*.{h,m}"
111     }
112   ]