[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / 8 / 2 / 5 / TDMachineLibrary / 1.0.4 / TDMachineLibrary.podspec.json
blobe802df779e8bad118d9ae5ccf9e521348f150828
2   "name": "TDMachineLibrary",
3   "version": "1.0.4",
4   "summary": "A marquee view used on iOS.",
5   "description": "It is a marquee view used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/CoderWD/TDMachineLibrary",
7   "license": "MIT",
8   "authors": {
9     "腾达二手机": "heweidong@outlook.com"
10   },
11   "source": {
12     "git": "https://github.com/CoderWD/TDMachineLibrary.git",
13     "tag": "1.0.4"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "pod_target_xcconfig": {
20     "OTHER_LDFLAGS": "-lObjC"
21   },
22   "ios": {
23     "vendored_frameworks": "TDMachineLibrary.framework"
24   },
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "dependencies": {
30     "AFNetworking": [
31       "~> 3.1.0"
32     ],
33     "SDWebImage": [
34       "~> 4.0.0-beta2"
35     ],
36     "MJExtension": [
37       "~> 3.0.13"
38     ],
39     "WDKit": [
41     ],
42     "MBProgressHUD": [
43       "~> 1.0.0"
44     ],
45     "ReactiveCocoa": [
46       "~> 2.3.1"
47     ],
48     "JPush": [
49       "~> 3.0.5"
50     ]
51   }