[Add] NetKernel 1.1.4
[CocoaPods.git] / Specs / 5 / 0 / 1 / Pacific / 0.1.1 / Pacific.podspec.json
bloba603970da1680d4d96b6ae86f2445f241de64d08
2   "name": "Pacific",
3   "version": "0.1.1",
4   "summary": "Pacific is an iOS bootstrap framework",
5   "description": "\"Pacific is an iOS bootstrap framework for XCode, it is supposed to initialize certain methods and functions that make it easy for a developer to start creating apps and focus on the more important stuff. This framework comes with persistent data methods, http methods, as well as convenience methods that a developoer would normally have to make everytime they create a new app.\"",
6   "homepage": "http://totemv.com/drewkiino.github.io/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrew Aquino": "andrew@totemv.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/drewkiino/pacific.git",
19     "tag": "master"
20   },
21   "source_files": "Pacific/**/*.{swift}",
22   "dependencies": {
23     "Alamofire": [
24       "3.2.1"
25     ],
26     "AsyncSwift": [
28     ],
29     "Atlantis": [
31     ],
32     "Pantry": [
34     ],
35     "Socket.IO-Client-Swift": [
37     ],
38     "SwiftyJSON": [
40     ],
41     "SwiftDate": [
43     ]
44   }