[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / d / 5 / 1 / Trail / 0.0.1 / Trail.podspec.json
blobaa9ea5feb7c107a86f7b1fd12b0c29ec94313c3b
2   "name": "Trail",
3   "version": "0.0.1",
4   "summary": "Swift Networking abstraction",
5   "description": "Swift Networking abstraction for basic JSON parsing",
6   "homepage": "https://github.com/gbasile/Trail",
7   "license": "MIT",
8   "authors": {
9     "Giuseppe Basile": "pe@pebasile.com"
10   },
11   "source": {
12     "git": "https://github.com/gbasile/Trail.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Trail": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Alamofire": [
27       "~> 3.1.5"
28     ]
29   }