blob: a1f50f231b8461f91e414cda39799b6eba02b67a [file] [log] [blame]
{
"name": "ESCategory_swift",
"version": "0.1.1",
"summary": "Some common categories for ios with swift",
"homepage": "https://github.com/EverydayStep/ESCategory_swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"codeLocker": "codeLockers@outlook.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/EverydayStep/ESCategory_swift.git",
"tag": "0.1.1"
},
"dependencies": {
"MBProgressHUD": [
"~> 1.2.0"
]
},
"subspecs": [
{
"name": "NSAttributedString",
"source_files": "ESCategory_swift/ESCategory_swift/NSAttributedString/*.swift"
},
{
"name": "UIColor",
"source_files": "ESCategory_swift/ESCategory_swift/UIColor/*.swift"
},
{
"name": "Date",
"source_files": "ESCategory_swift/ESCategory_swift/Date/*.swift"
},
{
"name": "Dictionary",
"source_files": "ESCategory_swift/ESCategory_swift/Dictionary/*.swift"
},
{
"name": "UIView",
"source_files": "ESCategory_swift/ESCategory_swift/UIView/*.swift"
},
{
"name": "UINavigationController",
"source_files": "ESCategory_swift/ESCategory_swift/UINavigationController/*.swift"
},
{
"name": "UIImage",
"source_files": "ESCategory_swift/ESCategory_swift/UIImage/*.swift"
},
{
"name": "String",
"source_files": "ESCategory_swift/ESCategory_swift/String/*.swift"
},
{
"name": "UIDevice",
"source_files": "ESCategory_swift/ESCategory_swift/UIDevice/*.swift"
},
{
"name": "UITextField",
"source_files": "ESCategory_swift/ESCategory_swift/UITextField/*.swift"
},
{
"name": "NSBundle",
"source_files": "ESCategory_swift/ESCategory_swift/NSBundle/*.swift"
},
{
"name": "UserDefaults",
"source_files": "ESCategory_swift/ESCategory_swift/UserDefaults/*.swift"
},
{
"name": "UIApplication",
"source_files": "ESCategory_swift/ESCategory_swift/UIApplication/*.swift"
},
{
"name": "NSNumber",
"source_files": "ESCategory_swift/ESCategory_swift/NSNumber/*.swift"
},
{
"name": "URL",
"source_files": "ESCategory_swift/ESCategory_swift/URL/*.swift"
},
{
"name": "UIScreen",
"source_files": "ESCategory_swift/ESCategory_swift/UIScreen/*.swift"
},
{
"name": "Int",
"source_files": "ESCategory_swift/ESCategory_swift/Int/*.swift"
},
{
"name": "UIViewController",
"source_files": "ESCategory_swift/ESCategory_swift/UIViewController/*.swift"
},
{
"name": "UIFont",
"source_files": "ESCategory_swift/ESCategory_swift/UIFont/*.swift"
}
],
"swift_version": "5.0"
}