[Add] AssentifySdk 0.0.42
[CocoaPods.git] / Specs / 2 / d / 0 / LRResty / 0.11.0 / LRResty.podspec.json
blob162dac613c99272ea7a9818231001ea38df1bc7f
2   "name": "LRResty",
3   "version": "0.11.0",
4   "summary": "Resty is a simple to use HTTP library for Cocoa and iOS apps, aimed at consuming RESTful web services and APIs.",
5   "homepage": "http://projects.lukeredpath.co.uk/resty/",
6   "authors": {
7     "Luke Redpath": "luke@lukeredpath.co.uk"
8   },
9   "source": {
10     "git": "https://github.com/lukeredpath/LRResty.git",
11     "tag": "v0.11.0"
12   },
13   "license": "MIT",
14   "source_files": "Classes/**/*.{h,m}",
15   "exclude_files": "**/*NSData+Base64*",
16   "dependencies": {
17     "NSData+Base64": [
18       "~> 1.0"
19     ]
20   },
21   "requires_arc": false