blob: a155dde98ab2824502621dbc345d22bc4b02d2a1 [file] [log] [blame]
{
"name": "RestForIOS",
"version": "1.0.1",
"summary": "A simple, easy-to-use library of static functions for accessing RESTful APIs in iOS",
"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",
"homepage": "http://github.com/adeeshaek/RestForIOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adeesha Ekanayake": "adeeshaekanayake@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/adeeshaek/RestForIOS.git",
"tag": "1.0.1"
},
"source_files": "RestForIOS/*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": false
}