[Add] AMRAdapterBigo-Beta 4.6.0.1
[CocoaPods.git] / Specs / 5 / a / 2 / ANRestOps / 0.1.0 / ANRestOps.podspec.json
blob18d12e546fc0f3411269bfb1a0fcc5065c444cc4
2   "name": "ANRestOps",
3   "version": "0.1.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": "0.1.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"