[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 4 / 5 / YYYMessageSend / 1.0.0 / YYYMessageSend.podspec.json
blobc8f85062f0366be98e1cc94ed9caf5f7d406aae9
2   "name": "YYYMessageSend",
3   "version": "1.0.0",
4   "summary": "YYYMessageSend",
5   "description": "支持任意类型的,任意参数的消息转发。支持类方法跟实例方法。 Y_SEL_Exec(self,@selector(test:test2),@\"t\",@2);",
6   "homepage": "https://github.com/276523923/YYYMessageSend.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "276523923@qq.com": "yyyue@vip.qq.com"
13   },
14   "source": {
15     "git": "https://github.com/276523923/YYYMessageSend.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "YYYMessageSend/Classes/**/*.{h,m}",
23   "public_header_files": "YYYMessageSend/Classes/**/*.h"