[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 0 / 1 / extobjc / 0.0.1 / extobjc.podspec.json
blob1ddd3d92b43396381317ba04fd1e36c0456cf383
2   "name": "extobjc",
3   "version": "0.0.1",
4   "summary": "Extended Objective-C.",
5   "description": "The Extended Objective-C library extends the dynamism of the Objective-C programming language to support additional patterns present in other programming languages (including those that are not necessarily object-oriented).",
6   "homepage": "https://github.com/silence0201/extobjc",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Silence": "374619540@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.10"
17   },
18   "source": {
19     "git": "https://github.com/silence0201/extobjc.git",
20     "tag": "1.0"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "public_header_files": "Classes/**/*.h",
28   "requires_arc": true