blob: cc88e346b0bab7050143f4a4ccfec8546c533fe0 [file] [log] [blame]
{
"name": "Stanley",
"version": "0.12.0",
"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.",
"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": "0.12.0"
},
"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"
},
"osx": {
"exclude_files": "Stanley/iOS"
},
"tvos": {
"exclude_files": "Stanley/macOS"
},
"watchos": {
"exclude_files": "Stanley/macOS"
},
"resource_bundles": {
"Stanley": [
"Stanley/**/*.{xcassets,lproj}"
]
},
"frameworks": "Foundation"
}