[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 6 / 9 / DYNCore / 0.0.3 / DYNCore.podspec.json
blob72894f51ac971815cfd25f84ab68c783db914f46
2   "name": "DYNCore",
3   "version": "0.0.3",
4   "summary": "A iOS development basics tools.",
5   "description": "A iOS development basics tools. An easy way to develop your app.\nSome category like: UIColor+DYN, UIImage+DYN, UIScreen+DYN, UIView+DYN ...\nSome helper like: DYNURLSession, DYNUtils, DYNDeviceInfo ...\nSome macro like: DYNWeakSelf, DYNStrongSelf, DYNColorHex, DYNHintShow, DYNLog ...\nSome widget like: DYNAlertView, DYNCheckBox, DYNHint, DYNLoadingView, DYNSingleLabel, DYNMultiLabel ...",
6   "homepage": "https://github.com/devyuan/DYNCore",
7   "license": "MIT",
8   "authors": {
9     "DevYuan": "http://www.devyuan.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/devyuan/DYNCore.git",
16     "tag": "0.0.3"
17   },
18   "source_files": [
19     "DYNCore",
20     "DYNCore/**/*.{h,m}"
21   ],
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "AdSupport"
26   ],
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/CommonCrypto"
29   }