[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 1 / 5 / KlappaResourceManager / 1.0.3 / KlappaResourceManager.podspec.json
blob6ca09252e23fc964167ad570f7b5ba0aab83c381
2   "name": "KlappaResourceManager",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "version": "1.0.3",
7   "summary": "Small library for simplifying resources managment in iOS development",
8   "description": "Small Library that allows developers to manage xCode resources in more typed and easier way.\nSupports fonts, assets, Info.plist and strings parsing.",
9   "homepage": "https://github.com/IljaKosynkin/ResourcesManager",
10   "license": {
11     "type": "Apache License, Version 2.0",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Ilia Kosynkin": "ilja.kosynkin@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/IljaKosynkin/ResourcesManager.git",
19     "tag": "v1.0.3"
20   },
21   "source_files": [
22     "ResourceManager",
23     "ResourceManager/**/*.{h,m,swift}"
24   ],
25   "preserve_paths": [
26     "ResourceManager",
27     "ResourceManager/**/*.{sh,py}"
28   ],
29   "exclude_files": "Classes/Exclude",
30   "pushed_with_swift_version": "3.0"