blob: c3e3aad041f26f8b0ffbbc6d5a898cf724e73261 [file] [log] [blame]
{
"name": "MYUtils",
"version": "1.0.0",
"summary": "Simple Swift framework, that extends strandatd Apple frameworks.",
"homepage": "https://github.com/damonthecricket/my-utils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Damon Cricket": "damon.the.cricket@gmail.com"
},
"social_media_url": "https://www.facebook.com/damonthecricket/",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/damonthecricket/my-utils.git",
"tag": "1.0.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"source_files": "Source/*.{h,swift}",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "UI",
"subspecs": [
{
"name": "Classes",
"subspecs": [
{
"name": "StoryboardSegue",
"source_files": "Source/UI/Classes/StoryboardSegue/*.{h,swift}",
"dependencies": {
"MYUtils/UI/Extensions/ViewController": [
]
}
}
]
},
{
"name": "Extensions",
"subspecs": [
{
"name": "CoreGraphics",
"source_files": "Source/UI/Extensions/CoreGraphics/*.{h,swift}",
"dependencies": {
"MYUtils/Foundation/Extensions": [
]
}
},
{
"name": "Image",
"source_files": "Source/UI/Extensions/Image/*.{h,swift}",
"dependencies": {
"MYUtils/Foundation/Classes": [
]
}
},
{
"name": "View",
"source_files": "Source/UI/Extensions/View/*.{h,swift}"
},
{
"name": "ViewController",
"source_files": "Source/UI/Extensions/ViewController/*.{h,swift}"
}
]
}
]
},
{
"name": "Foundation",
"subspecs": [
{
"name": "Classes",
"source_files": "Source/Foundation/Classes/*.{h,swift}",
"dependencies": {
"MYUtils/Foundation/Extensions": [
]
}
},
{
"name": "Extensions",
"source_files": "Source/Foundation/Extensions/*.{h,swift}"
}
]
}
]
}