[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 8 / 0 / Restless / 0.0.2 / Restless.podspec.json
blob052b00e567e49da79c141a35ddbc53da44a1a581
2   "name": "Restless",
3   "version": "0.0.2",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/natep/Restless",
8   "authors": {
9     "Nate Petersen": "nate@digitalrickshaw.com"
10   },
11   "summary": "A type-safe HTTP client for Objective-C, inspired by Retrofit.",
12   "source": {
13     "git": "https://github.com/natep/Restless.git",
14     "tag": "0.0.2"
15   },
16   "source_files": [
17     "Restless/Classes/*.{h,m}",
18     "Restless/Restless.h"
19   ],
20   "public_header_files": [
21     "Restless/Restless.h",
22     "Restless/Classes/DRWebService.h",
23     "Restless/Classes/DRRestAdapter.h"
24   ],
25   "preserve_paths": "Restless/Scripts/*"