[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / f / a / e / Timecop / 0.1 / Timecop.podspec.json
blob8a5fa236dd7df9c9096a4845e8b38a4e176690f7
2   "name": "Timecop",
3   "version": "0.1",
4   "summary": "A Library providing 'time travel', 'time freezing', and 'time acceleration' capabilities, making it simple to test time-dependent code.",
5   "homepage": "https://github.com/kazu0620/ios-timecop",
6   "license": "MIT",
7   "authors": {
8     "Kazuhiro Sakamoto": "kazu620@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/kazu0620/ios-timecop.git",
12     "tag": "0.1"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source_files": [
18     "Classes",
19     "Classes/**/*.{h,m}"
20   ],
21   "requires_arc": true