[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 1 / 2 / SwiftyVK / 1.3 / SwiftyVK.podspec.json
blob08b96ba576bdf1bc088674e0f1a745387f29ff33
2   "name": "SwiftyVK",
3   "version": "1.3",
4   "summary": "SwiftyVK makes it easy to interact with social network VKontakte API for iOS and OSX",
5   "homepage": "https://github.com/WE-St0r/SwiftyVK",
6   "authors": {
7     "Alexey Kudryavtsev": "westor@me.com"
8   },
9   "license": {
10     "type": "MIT"
11   },
12   "requires_arc": true,
13   "platforms": {
14     "osx": "10.10",
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/WE-St0r/SwiftyVK.git",
19     "tag": "1.3"
20   },
21   "source_files": "Source/**/*.*",
22   "ios": {
23     "resources": "Resources/Bundles/SwiftyVKResources-iOS.bundle"
24   },
25   "osx": {
26     "resources": "Resources/Bundles/SwiftyVKResources-OSX.bundle"
27   }