[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / 2 / d / JSONFire / 1.0 / JSONFire.podspec.json
blob5b64b1270eecd6970ba6404e2f91674ebb7af298
2   "name": "JSONFire",
3   "version": "1.0",
4   "summary": "The bridge between developer and network",
5   "description": "Simplifies work with network in iOS. Provides fundamental architecture for fast implementation of network requests.",
6   "homepage": "https://github.com/igormatyushkin014/JSONFire",
7   "screenshots": "https://github.com/igormatyushkin014/JSONFire/raw/master/Images/logo_2048_2048.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Igor Matyushkin": "igormatyushkin014@gmail.com"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/igormatyushkin014/JSONFire.git",
20     "tag": "1.0"
21   },
22   "source_files": [
23     "Source",
24     "Source/**/*"
25   ],
26   "dependencies": {
27     "Alamofire": [
28       "~> 4.6"
29     ],
30     "SwiftyJSON": [
31       "~> 4.0"
32     ]
33   },
34   "pushed_with_swift_version": "4.0"