blob: a08c7332c0d33206addbe3644b9251eca0e77de5 [file] [log] [blame]
{
"name": "ASTimer",
"version": "0.1.6",
"summary": "ASTimer is a convinient timer that will observe NSNotificationCenter noticaitons so it can readjust accordingly.",
"description": "ASTimer was created to add a convinient way to manage NSTimers that need to persist over background to foreground state changes or other arbitrarly NSNotificationCenter notifications. You will be able to set the initial start time for the timer, a completion block, and listen to NSNotificationCenter notifications to pasuse/resume the timer.",
"homepage": "https://github.com/asowers1/ASTimer",
"license": "MIT",
"authors": {
"asowers1": "asow123@gmail.com"
},
"source": {
"git": "https://github.com/asowers1/ASTimer.git",
"tag": "0.1.6"
},
"social_media_url": "https://twitter.com/andrewsowers",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ASTimer": [
"Pod/Assets/*.png"
]
}
}