[Add] RegulaCommonNightly 7.5.939
[CocoaPods.git] / Specs / 2 / 4 / 7 / DDLTimeProfiler / 0.1.0 / DDLTimeProfiler.podspec.json
blob0c74b92d1d37efc77e23cea04a5afd352fd05312
2   "name": "DDLTimeProfiler",
3   "version": "0.1.0",
4   "summary": "Simple time profiling library in Objective-C based on MTU (Mach Time Units)",
5   "homepage": "https://github.com/DeadlineRU/DDLTimeProfiler",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Georgiy Malyukov": "gioma.data@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/DeadlineRU/DDLTimeProfiler.git",
15     "tag": "0.1.0"
16   },
17   "social_media_url": "http://twitter.com/deadlineru",
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*",
23   "resource_bundles": {
24     "test": [
25       "Pod/Assets/*.png"
26     ]
27   }