[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / b / 7 / 4 / M5SelectorMap / 1.0.4 / M5SelectorMap.podspec.json
blob0352350cb0850ac1230938e7e4b64ff436ed5a33
2   "name": "M5SelectorMap",
3   "version": "1.0.4",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Data structure for storing/enumerating SEL –> nil-able object/pointer relationships.",
9   "homepage": "https://github.com/mhuusko5/M5SelectorMap",
10   "social_media_url": "https://twitter.com/mhuusko5",
11   "authors": {
12     "Mathew Huusko V": "mhuusko5@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mhuusko5/M5SelectorMap.git",
16     "tag": "1.0.4"
17   },
18   "source_files": "*.{h,m}",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "7.0",
22     "osx": "10.8"
23   },
24   "frameworks": "Foundation",
25   "dependencies": {
26     "NSPointerArray+M5Additions": [
28     ]
29   }