[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / a / 9 / 5 / Pegas / 0.1.9 / Pegas.podspec.json
blobbba1af27f61faaf4692adccaa51a095c2d04259e
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.9",
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.9"
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       "public_header_files": "Pegas/Core/**/*.h",
28       "source_files": "Pegas/Core/**/*.{h,m}",
29       "resources": "Pegas/**/*.{jpeg,png,xib,nib,txt}"
30     },
31     {
32       "name": "Facebook",
33       "dependencies": {
34         "Pegas/Core": [
36         ],
37         "FBSDKCoreKit": [
38           "~> 4.13.1"
39         ],
40         "FBSDKLoginKit": [
41           "~> 4.13.1"
42         ],
43         "FBSDKShareKit": [
44           "~> 4.13.1"
45         ]
46       },
47       "public_header_files": "Pegas/Facebook/**/*.h",
48       "source_files": "Pegas/Facebook/**/*.{h,m}"
49     },
50     {
51       "name": "Twitter",
52       "dependencies": {
53         "Pegas/Core": [
55         ],
56         "STTwitter": [
58         ]
59       },
60       "public_header_files": "Pegas/Twitter/**/*.h",
61       "source_files": "Pegas/Twitter/**/*.{h,m}"
62     },
63     {
64       "name": "Vkontakte",
65       "dependencies": {
66         "Pegas/Core": [
68         ],
69         "VK-ios-sdk": [
71         ]
72       },
73       "public_header_files": "Pegas/Vkontakte/**/*.h",
74       "source_files": "Pegas/Vkontakte/**/*.{h,m}"
75     },
76     {
77       "name": "Odnoklassniki",
78       "dependencies": {
79         "Pegas/Core": [
81         ],
82         "odnoklassniki_ios_sdk": [
84         ]
85       },
86       "public_header_files": "Pegas/Odnoklassniki/**/*.h",
87       "source_files": "Pegas/Odnoklassniki/**/*.{h,m}"
88     }
89   ]