[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 8 / 0 / Gen / 1.0 / Gen.podspec.json
blob6f50d15c5fd99d88f3e1c050441b13b67b6eb17d
2   "name": "Gen",
3   "version": "1.0",
4   "summary": "Code generator for creating Objective-C code.",
5   "description": "                    Gen is a code generating framework for creating Objective-C and based on modelling\n                    classes, protocols, methods, properties, etc.. using Gen classes. The final result\n                    being converted into .m/.h files.\n",
6   "homepage": "https://github.com/mmower/Gen",
7   "license": "BSD",
8   "authors": {
9     "Matt Mower": "self@mattmower.com"
10   },
11   "source": {
12     "git": "https://github.com/mmower/Gen.git",
13     "tag": "1.0"
14   },
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "source_files": [
20     "Gen",
21     "Gen/**/*.{h,m}"
22   ],
23   "requires_arc": true