[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / e / 8 / SimpleFramework / 0.0.1 / SimpleFramework.podspec.json
blob7aa893dadabb8f36065aac74f94afa0f4fa7de3e
2   "name": "SimpleFramework",
3   "version": "0.0.1",
4   "summary": "Harness the power of Auto Layout NSLayoutConstraints with a simplified, chainable and expressive syntax.",
5   "description": "2016-08-25 week 4 ; create my self framework for krhr project. only use some sample code ,only to for unified company project of obj",
6   "homepage": "https://github.com/iOSSample/SimpleFramework",
7   "license": "MIT",
8   "authors": {
9     "duhao": "duhaoios@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/iOSSample/SimpleFramework.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "DFramework",
20     "DFramework/**/*.{h,m}"
21   ],
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "MobileCoreServices"
26   ]