[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 4 / 7 / 5 / InflectorKit / 1.0.0 / InflectorKit.podspec.json
blob9307292b66818c288a35331cd5f56511b43a3d65
2   "name": "InflectorKit",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Get the singular and plural forms of English words.",
9   "homepage": "https://github.com/mattt/InflectorKit",
10   "social_media_url": "https://twitter.com/mattt",
11   "authors": {
12     "Mattt": "mattt@me.com"
13   },
14   "source": {
15     "git": "https://github.com/mattt/InflectorKit.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "Sources/**/*.{swift,h,m}",
19   "public_header_files": [
20     "Sources/InflectorKit/include/InflectorKit.h",
21     "Sources/InflectorKit/include/NSString+InflectorKit.h",
22     "Sources/InflectorKit/include/TTTStringInflector.h"
23   ],
24   "requires_arc": true,
25   "frameworks": "Foundation",
26   "pod_target_xcconfig": {
27     "APPLICATION_EXTENSION_API_ONLY": "YES",
28     "DEFINES_MODULE": "YES",
29     "ENABLE_BITCODE": "NO",
30     "ENABLE_TESTING_SEARCH_PATHS": "YES",
31     "OTHER_LDFLAGS": "$(inherited) -Xlinker -no_application_extension"
32   },
33   "platforms": {
34     "ios": "9.0",
35     "osx": "10.10",
36     "tvos": "9.0"
37   },
38   "cocoapods_version": ">= 1.4.0",
39   "swift_versions": [
40     "5.0"
41   ],
42   "swift_version": "5.0"