[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / a / 2 / ANRestOps / 1.0.0 / ANRestOps.podspec.json
blob5f91a4cad8d94485935c712252a13418c67812c5
2   "name": "ANRestOps",
3   "version": "1.0.0",
4   "summary": "ANRestOps is a simple lightweight library to make REST calls",
5   "description": "                          ANRestOps is a simple library based on the NSURLConnection and NSOperationQueue APIs. \n                          It abstracts away most of the complexity to set up these objects and allows you to make simple REST calls in a single line of code.\n",
6   "homepage": "https://github.com/ayushn21/ANRestOps",
7   "license": "MIT",
8   "authors": {
9     "Ayush Newatia": "ayushnewatia@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ayushn21/ANRestOps.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/ayushn21",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "ANRestOps/*.{h,m}",
21   "frameworks": "Foundation"