[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / f / 8 / 0 / JavaStyleInIOS / 0.0.2 / JavaStyleInIOS.podspec.json
blob5ab3560056ae99a55f06e6eb7f134fce3aeaaef3
2   "name": "JavaStyleInIOS",
3   "version": "0.0.2",
4   "summary": "Using java style api to code in iOS",
5   "description": "As a Javaer,using java style code api to code in iOS will be much more faster and easier than native iOS api.Code it simple,without any pain.",
6   "homepage": "https://gitee.com/zld369504/JavaStyleInIOS",
7   "license": "Apache License 2.0",
8   "authors": {
9     "GaoShin": "zld369504@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://gitee.com/zld369504/JavaStyleInIOS.git",
16     "tag": "0.0.2"
17   },
18   "source_files": [
19     "java",
20     "java/**/*.{h,m}"
21   ],
22   "requires_arc": true