[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / a / c / XCUtil / 1.3.0 / XCUtil.podspec.json
blob215fa179450916d5aa5fcee39554d42a78a526a0
2   "name": "XCUtil",
3   "version": "1.3.0",
4   "summary": "整理一些iOS开发常用的库",
5   "homepage": "https://github.com/sinsmin/XCUtil",
6   "license": "MIT",
7   "authors": {
8     "sinsmin": "sinsmin@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/sinsmin/XCUtil.git",
12     "tag": "1.3.0"
13   },
14   "source_files": "XCUtil/**/*.{h,m}",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "pod_target_xcconfig": {
20     "OTHER_LDFLAGS": "-ObjC"
21   },
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "Security"
26   ]