[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 9 / 7 / Swin / 1.0.1 / Swin.podspec.json
blob250ac96240be7f5f21c1c0ce373d27019f99ae8e
2   "name": "Swin",
3   "version": "1.0.1",
4   "summary": "Litle Service locator in swift.",
5   "swift_versions": "5.0",
6   "description": "Is a Litle Service Locator in swift.",
7   "homepage": "https://github.com/0sw2ld0/swin",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Oswaldo Leon": "oswaldo.leon9@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/0sw2ld0/swin.git",
17     "tag": "1.0.1"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "xcconfig": {
23     "LD_RUNPATH_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)",
24     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
25   },
26   "source_files": "Swin/Classes/**/*",
27   "testspecs": [
28     {
29       "name": "Tests",
30       "test_type": "unit",
31       "source_files": "Swin/Tests/**/*"
32     }
33   ],
34   "swift_version": "5.0"