[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 0 / f / SysUtils / 0.0.1 / SysUtils.podspec.json
blob63e247689f2e9e9dae61e108b6c85119633b8559
2   "name": "SysUtils",
3   "version": "0.0.1",
4   "summary": "A handful of shorthand static utility functions for iOS",
5   "description": "                  Easy to use, easy to remember, at least easier than the mountful iOS functions eg:\n\n                  [SysUtils isiPad]\n\n                  [SysUtils isLandscape]\n\n                  [SysUtils isiOS: 8.0]\n\n                  etc.\n",
6   "homepage": "https://github.com/BPerlakiH/SysUtils",
7   "license": "MIT",
8   "authors": "BPH",
9   "platforms": {
10     "ios": "7.0"
11   },
12   "source": {
13     "git": "https://github.com/BPerlakiH/SysUtils.git",
14     "tag": "0.0.1"
15   },
16   "source_files": [
17     "Classes",
18     "Classes/**/*.{h,m}"
19   ],
20   "exclude_files": "Classes/Exclude",
21   "frameworks": "Foundation",
22   "requires_arc": true