[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / e / 6 / SIRuntimeWrap / 1.1 / SIRuntimeWrap.podspec.json
blob115fd6cb2f64b0ddffe9bb97c31ecc663365fe64
2   "name": "SIRuntimeWrap",
3   "version": "1.1",
4   "summary": "Runtime Wrap",
5   "description": "A Simple Wrap for runtime with Objective-C",
6   "homepage": "https://github.com/silence0201/RuntimeWrap",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Silence": "374619540@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/silence0201/RuntimeWrap.git",
19     "tag": "1.1"
20   },
21   "source_files": [
22     "SIRuntime",
23     "SIRuntime/**/*.{h,m}"
24   ],
25   "exclude_files": "SIRuntime/Exclude",
26   "public_header_files": "SIRuntime/**/*.h",
27   "requires_arc": true