blob: 4717d9b7881b6f2568f1f7fa70ad92574a72f2dc [file] [log] [blame]
{
"name": "MMFoundation_swift",
"version": "2.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": "2.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"
]
}