[Add] SealdSdk 0.9.0-beta.1
[CocoaPods.git] / Specs / 9 / 7 / 4 / LeaderboardKit / 0.0.5 / LeaderboardKit.podspec.json
blobe8ef5dddd4340ef26970308367bee717005c1ee8
2   "name": "LeaderboardKit",
3   "version": "0.0.5",
4   "summary": "iOS and OSX social leaderboards and highscore push notifications on top of Apple CloudKit",
5   "description": "Leaderboards with GameCenter, Twitter, Facebook friends and others.\nFriends highscore push notifications on top of Apple CloudKit.",
6   "homepage": "https://github.com/k06a/LeaderboardKit",
7   "license": "MIT",
8   "authors": {
9     "Anton Bukov": "k06aaa@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/k06a",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/k06a/LeaderboardKit.git",
17     "tag": "0.0.5"
18   },
19   "source_files": [
20     "Classes",
21     "Classes/**/*.{h,m}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "resources": "Resources/**/*.*",
25   "frameworks": [
26     "GameKit",
27     "Accounts",
28     "Social"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "SAMCache": [
34     ],
35     "VK-ios-sdk": [
36       "1.2.2"
37     ]
38   }