[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 7 / 4 / LeaderboardKit / 0.0.1 / LeaderboardKit.podspec.json
blobde2ac8218d76ffb0eee72794e3624ef010ba03c3
2   "name": "LeaderboardKit",
3   "version": "0.0.1",
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.\n                   Friends highscore push notifications on top of Apple CloudKit.\n",
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": "6.0"
14   },
15   "source": {
16     "git": "https://github.com/k06a/LeaderboardKit.git",
17     "tag": "0.0.1"
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": [
37     ]
38   }