[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 3 / 0 / LTRunLoop / 0.1.1 / LTRunLoop.podspec.json
blob7f12a2545e16247e5218b65e0dbb187e22756434
2   "name": "LTRunLoop",
3   "version": "0.1.1",
4   "summary": "LTRunLoop help you to define self-define input source when you want use the run loop of a secondary thread to handle something for you.",
5   "homepage": "https://github.com/panyult/LTRunLoop",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "panyult": "litaoxiwang@163.com"
12   },
13   "source": {
14     "git": "https://github.com/panyult/LTRunLoop.git",
15     "tag": "0.1.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "LTRunLoop/**/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "CoreFoundation"
26   ]