blob: 75681619f349d4f09bd555ed17235978ccc3551e [file] [log] [blame]
{
"name": "MMFoundation_swift",
"version": "1.0.2",
"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": "1.0.2"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "MMFoundation_swift/Classes/**/*",
"resource_bundles": {
"MMFoundation_swift": [
"MMFoundation_swift/Assets/**/*"
]
},
"frameworks": [
"UIKit",
"Foundation"
]
}