[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / a / 2 / ANRestOps / 1.0.3 / ANRestOps.podspec.json
blob78625b6a76bccd5e00af9a100eb32ce99133a249
2   "name": "ANRestOps",
3   "version": "1.0.3",
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. 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": "ayush.newatia@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/ayushn21/ANRestOps.git",
13     "tag": "1.0.3"
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"