blob: 01fa61bb4a9645c6d9e7492cf6737f146c5d4731 [file] [log] [blame]
{
"name": "MMFoundation_swift",
"version": "4.1.0",
"summary": "MMFoundation_swift spec aim to ease the development of new projects.",
"description": "This spec aim to ease the development of new projects. Including Utilities, helper, a base UI elements and so on. The project setup will be beyond easy and sophisticated.",
"homepage": "https://github.com/Mieraidihaimu/MMFoundation_swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mieraisan Mieraidihaimu": "mieraisan@gmail.com"
},
"source": {
"git": "https://github.com/Mieraidihaimu/MMFoundation_swift.git",
"tag": "4.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "MMFoundation_swift/Classes/**/*",
"resource_bundles": {
"MMFoundation_swift": [
"MMFoundation_swift/Assets/**/*"
]
},
"frameworks": [
"UIKit",
"Foundation"
]
}