[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 9 / f / TimeBlock / 1.0 / TimeBlock.podspec.json
blobd177b50fd2f9e8bc5fbca1a8177e96609f335aa2
2   "name": "TimeBlock",
3   "version": "1.0",
4   "summary": "Simple set of macros to measure the time spent for executing a block.",
5   "homepage": "https://github.com/dcordero/TimeBlock",
6   "license": "MIT",
7   "authors": {
8     "David Cordero": "david@corderoramirez.es"
9   },
10   "source": {
11     "git": "https://github.com/dcordero/TimeBlock.git",
12     "tag": "1.0"
13   },
14   "source_files": "TimeBlock/*.{h,m}",
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "requires_arc": true