[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 1 / 4 / SHInvocation / 0.9.0 / SHInvocation.podspec.json
blob3022e049a53196b0c8a22872d0f6efdb48a629ee
2   "name": "SHInvocation",
3   "version": "0.9.0",
4   "summary": "Prefix on NSInvocation for easily invoking messages with multiple arguments.",
5   "description": "                    SHInvocation is a category on top of NSInvocation to allow executing selectors with multiple arguments.\n\n                    * No swizzling or hacks.\n                    * Name-scoped selectors.\n\n",
6   "homepage": "https://github.com/seivan/SHInvocation",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Seivan Heidari": "seivan.heidari@icloud.com"
12   },
13   "source": {
14     "git": "https://github.com/seivan/SHInvocation.git",
15     "tag": "0.9.0"
16   },
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.8"
20   },
21   "source_files": "SHInvocation/**/*.{h,m}",
22   "requires_arc": true