[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 9 / 1 / d / ParseArrayHelper / 0.1.7 / ParseArrayHelper.podspec.json
blobad013635e8e313f365febbb4f760f39403f4c2b5
2   "name": "ParseArrayHelper",
3   "version": "0.1.7",
4   "summary": "Helpful class extensions for NSArray and NSSet when using the Parse iOS SDK",
5   "description": "TODO: This pod contains two useful class extensions for NSArray and NSSet that make it easier to work with the Parse iOS SDK. Specifically, it saves time with two convenience methods for locating a Parse Object by it's objectId in an NSSet or NSArray, saving on recursive code.",
6   "homepage": "https://github.com/mylabs/ParseArrayHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "james@calls9.com": "james@synap.ac"
13   },
14   "source": {
15     "git": "https://github.com/mylabs/ParseArrayHelper.git",
16     "tag": "0.1.7"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Pod/Classes/**/*",
22   "dependencies": {
23     "Parse": [
25     ]
26   }