[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 4 / f / Bullitt / 0.0.1 / Bullitt.podspec.json
blob137a73fd5938dbb6c2eb306007d60bff0048dd78
2   "name": "Bullitt",
3   "version": "0.0.1",
4   "summary": "An iOS framework for interacting with the vBulletin API.",
5   "description": "Bullitt is a simple framework that provides access to the vBulletin mobile API.\n\nSo far its feature set is limited:\n* It can load the list of forums.\n* It can load threads for a forum.\n* It can load posts for a thread.\n\nOver time, it will be able to do more.",
6   "homepage": "https://github.com/haugli/Bullitt",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Chris Haugli",
12   "social_media_url": "http://twitter.com/haugli",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/haugli/Bullitt.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "Bullitt/*.swift",
21   "dependencies": {
22     "Alamofire": [
23       "~> 1.3"
24     ],
25     "CryptoSwift": [
26       "~> 0.0.13"
27     ],
28     "SwiftyJSON": [
29       "~> 2.2.1"
30     ]
31   }