[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / e / c / 2 / CollectionUtils-AFNetworking-1.3 / 1.0.0 / CollectionUtils-AFNetworking-1.3.podspec.json
blob0d92b12ed5bec31c0c58553664d8780731a6da6e
2   "name": "CollectionUtils-AFNetworking-1.3",
3   "version": "1.0.0",
4   "summary": "CollectionUtils additions for AFNetworking 1.3.x.",
5   "description": "                              Subclasses of NSArray and NSDictionary to recursively remove all NSNull values automatically with little performance penalty.\n                              It is useful for JSON returned from web services.\n",
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.0"
18   },
19   "platforms": {
20     "ios": "5.0",
21     "osx": "10.7"
22   },
23   "requires_arc": true,
24   "source_files": "Classes/Compact/AFNetworking/1.3/*.{h,m}",
25   "dependencies": {
26     "CollectionUtils": [
28     ],
29     "AFNetworking": [
30       "~> 1.3.3"
31     ]
32   }