[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / 8 / 0 / NSMutableArray-Delegate / 0.0.2 / NSMutableArray-Delegate.podspec.json
blob2f247edbd20d9d4c584d2d0097a5badf9181737d
2   "name": "NSMutableArray-Delegate",
3   "version": "0.0.2",
4   "summary": "NSMutableArray-Delegate is a category that adds patern Delegate for mutable array.",
5   "homepage": "https://github.com/nsleader/NSMutableArray-Delegate",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Ivan Chirkov": "rumandevelop@gmail.com"
12   },
13   "social_media_url": "https://www.facebook.com/rumanwork",
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/nsleader/NSMutableArray-Delegate.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/*.{h,m}"
24   ],
25   "public_header_files": "Classes/*.h",
26   "frameworks": "Foundation",
27   "requires_arc": true