[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / a / 9 / 5 / Pegas / 0.1.3 / Pegas.podspec.json
blob679a03c5070a13847cd481d2a9d0e6f7a3c3429b
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.3",
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.3"
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/arc": [
37           "~> 4.7"
38         ],
39         "FBSDKLoginKit": [
40           "~> 4.7"
41         ],
42         "FBSDKShareKit": [
43           "~> 4.7"
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": "Odnoklassniki",
74       "dependencies": {
75         "Pegas/Core": [
77         ],
78         "odnoklassniki_ios_sdk": [
80         ]
81       },
82       "source_files": "Pegas/Odnoklassniki/**/*.{h,m}"
83     }
84   ]