[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 1 / b / AlarmKit / 0.0.1 / AlarmKit.podspec.json
blobfbb1bd7eb4d48c90dd83de560f98b245acccfb6f
2   "name": "AlarmKit",
3   "version": "0.0.1",
4   "summary": "A simple way to create scheduled and repeating alarms in Swift.",
5   "description": "A simple way to create scheduled and repeating alarms in Swift. Can be used in iOS or OSX to make alarm clock apps, notification systems, or more.",
6   "homepage": "https://github.com/brimizer/AlarmKit",
7   "license": "MIT",
8   "authors": {
9     "Daniel Brim": "brimizer@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/brimizer/AlarmKit.git",
13     "tag": "0.0.1"
14   },
15   "social_media_url": "https://twitter.com/brimizer",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source/**/*",
21   "resource_bundles": {
22     "AlarmKit": [
23       "Assets/*.png"
24     ]
25   },
26   "frameworks": "Foundation"