[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / c / 8 / NSArray+Contains / 1.0.0 / NSArray+Contains.podspec.json
blobba71da7b5f96d3e016e4209e82ac821cb7fb550e
2   "name": "NSArray+Contains",
3   "version": "1.0.0",
4   "summary": "Allows searching an array for multiple items at once.",
5   "homepage": "https://github.com/needbee/nsarray-contains",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Josh Justice": "josh@need-bee.com"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/needbee/nsarray-contains.git",
18     "tag": "1.0.0"
19   },
20   "source_files": [
21     "src",
22     "src/**/*.{h,m}"
23   ],
24   "requires_arc": false