[Add] BlurUIKit 1.0.1
[CocoaPods.git] / Specs / e / 3 / 1 / MSTimer / 0.1.0 / MSTimer.podspec.json
blobf77b19bffa2be4c04b8e0f96a3945fb6efc5bbdb
2   "name": "MSTimer",
3   "version": "0.1.0",
4   "summary": "MSTimer is a simple timer control for iOS.",
5   "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",
6   "homepage": "https://github.com/gordoneliel/MSTimer",
7   "license": "MIT",
8   "authors": {
9     "Eliel Gordon": "gordoneliel@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/gordoneliel/MSTimer.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://facebook.com/gordoneliel",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*.{swift}",
21   "resource_bundles": {
22     "MSTimer": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "UIKit"