[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 9 / 1 / CollectionUtils / 1.0.2 / CollectionUtils.podspec.json
blobff386c402ca2aecff2a29bf7a4cf1e3652e3cf4e
2   "name": "CollectionUtils",
3   "version": "1.0.2",
4   "summary": "Subclasses of NSArray and NSDictionary to recursively all remove NSNull values with little performance penalty.",
5   "description": "Subclasses of NSArray and NSDictionary to recursively remove all NSNull values automatically with little performance penalty.\nIt is useful for JSON returned from web services.",
6   "homepage": "https://github.com/kishikawakatsumi/CollectionUtils",
7   "social_media_url": "https://twitter.com/k_katsumi",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "kishikawa katsumi": "kishikawakatsumi@mac.com"
14   },
15   "source": {
16     "git": "https://github.com/kishikawakatsumi/CollectionUtils.git",
17     "tag": "v1.0.2"
18   },
19   "platforms": {
20     "ios": "4.3",
21     "osx": "10.6",
22     "watchos": "2.0"
23   },
24   "requires_arc": true,
25   "source_files": "Classes/*.{h,m}",
26   "subspecs": [
27     {
28       "name": "Compact",
29       "requires_arc": true,
30       "source_files": "Classes/Compact/*.{h,m}"
31     }
32   ]