[Add] BoreyAdSDK 0.0.6
[CocoaPods.git] / Specs / 8 / b / 1 / RestForIOS / 1.0.0 / RestForIOS.podspec.json
blob49445ae03b7d7172ecc63e16e0873cf4b3a8922d
2   "name": "RestForIOS",
3   "version": "1.0.0",
4   "summary": "A simple, easy-to-use library of static functions for accessing RESTful APIs in iOS",
5   "description": "\t\t   RestForIOS\n\t\t   ----------\n\t\t   A lightweight and simple, easy-to-use library of static functions for accessing\n\t\t   RESTful APIs in iOS. All the methods are class methods, so functional programming\n\t\t   with this framework is a breeze, as is using these calls in background processes.\n\t\t   Connect to REST APIs in minutes (or hours?).\n\t\t   Fully documented in appledoc.\n",
6   "homepage": "http://github.com/adeeshaek/RestForIOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adeesha Ekanayake": "adeeshaekanayake@gmail.com"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/adeeshaek/RestForIOS.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "RestForIOS/*.{h,m}",
22   "exclude_files": "Classes/Exclude",
23   "requires_arc": false