blob: f77b19bffa2be4c04b8e0f96a3945fb6efc5bbdb [file] [log] [blame]
{
"name": "MSTimer",
"version": "0.1.0",
"summary": "MSTimer is a simple timer control for iOS.",
"description": "# MSTimer\n# MSTimer is a simple timer control for iOS.\n# It makes timing in your applications simple.\n# What it does?\n# It can be used for tracking progress such as timing applications, progress indicators and more.\n# Just pod the file and start using the library\n\n",
"homepage": "https://github.com/gordoneliel/MSTimer",
"license": "MIT",
"authors": {
"Eliel Gordon": "gordoneliel@gmail.com"
},
"source": {
"git": "https://github.com/gordoneliel/MSTimer.git",
"tag": "0.1.0"
},
"social_media_url": "https://facebook.com/gordoneliel",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{swift}",
"resource_bundles": {
"MSTimer": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}