[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / a / 4 / LJMVVMTool / 0.0.1 / LJMVVMTool.podspec.json
blob5682b276f5ecf755a87345c1c2fbaa0f2a91b12a
2   "name": "LJMVVMTool",
3   "version": "0.0.1",
4   "summary": "基于RAC实现响应式编程的工具类.",
5   "homepage": "https://github.com/LJMagicCoder",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "LJMagicCoder": "582494319@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/LJMagicCoder/LJMVVMTool.git",
15     "tag": "0.0.1"
16   },
17   "source_files": [
18     "LJMVVMTool",
19     "LJMVVMTool/**/*.{h,m}"
20   ],
21   "exclude_files": "LJMVVMTool/Exclude",
22   "frameworks": "ReactiveObjC",
23   "dependencies": {
24     "ReactiveObjC": [
25       "~> 3.0.0"
26     ]
27   }