blob: 65859e6b1bae51e7dcfce7b92e1694d488453eb6 [file] [log] [blame]
{
"name": "Stanley",
"version": "1.7.5",
"summary": "Stanley is an iOS/macOS/tvOS/watchOS framework that extends the Foundation framework.",
"description": "Stanley is an iOS/macOS/tvOS/watchOS framework that extends the `Foundation` framework. It includes a number of macros, functions, categories and classes that make repetitive tasks easier. It provides a localized phone number formatter. It also provides a wrapper around the SCNetworkReachability APIs, KSTReachabilityManager.",
"homepage": "https://github.com/Kosoku/Stanley",
"license": {
"type": "BSD",
"file": "license.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/Stanley.git",
"tag": "1.7.5"
},
"platforms": {
"ios": "9.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"requires_arc": true,
"source_files": "Stanley/**/*.{h,m}",
"exclude_files": "Stanley/Stanley-Info.h",
"private_header_files": "Stanley/Private/*.h",
"ios": {
"exclude_files": "Stanley/macOS",
"frameworks": [
"Foundation",
"SystemConfiguration"
]
},
"osx": {
"exclude_files": "Stanley/iOS",
"frameworks": [
"Foundation",
"SystemConfiguration"
]
},
"tvos": {
"exclude_files": "Stanley/macOS",
"frameworks": [
"Foundation",
"SystemConfiguration"
]
},
"watchos": {
"exclude_files": [
"Stanley/macOS",
"Stanley/KSTReachabilityManager.{h,m}"
],
"frameworks": "Foundation"
},
"resource_bundles": {
"Stanley": [
"Stanley/**/*.{xcassets,lproj}"
]
}
}