[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 1 / 5 / KlappaResourceManager / 1.0.4 / KlappaResourceManager.podspec.json
blob215a9a9fc06f2f6992cdafbef9d9f95e36e159ee
2   "name": "KlappaResourceManager",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "version": "1.0.4",
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.4"
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"