[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / 5 / c / ServiceKit / 1.0.0 / ServiceKit.podspec.json
blob48dd570a3d1fbf2c21f1a9593e3b4d3d22522648
2   "name": "ServiceKit",
3   "version": "1.0.0",
4   "summary": "A Generic Rest Kit in swift",
5   "description": "This framework was made to help developers to build their apps without having to worry about creating the service layer using urls and etc",
6   "homepage": "https://github.com/KeyCar/ServiceKit",
7   "license": "MIT",
8   "authors": {
9     "Leonardo": "leonardo_rock@icloud.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/KeyCar/ServiceKit.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "ServiceKit",
20     "ServiceKit/**/*.{h,m,swift}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.0"
25   },
26   "pushed_with_swift_version": "3.0"