2 "name": "InflectorKit",
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",
12 "Mattt": "mattt@me.com"
15 "git": "https://github.com/mattt/InflectorKit.git",
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"
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"
38 "cocoapods_version": ">= 1.4.0",
42 "swift_version": "5.0"