[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 8 / 5 / DXFPSLabel / 0.1.0 / DXFPSLabel.podspec.json
blob67bef58b0a15e340517c6971bbe277e6f36a666a
2   "name": "DXFPSLabel",
3   "version": "0.1.0",
4   "summary": "A label shows app's current FPS when needed(In UITrackingRunLoopMode)",
5   "description": "A label shows app's current FPS when needed(In UITrackingRunLoopMode) in DEBUG mode, inspired by FastImageCache demo",
6   "homepage": "https://github.com/xiekw2010/DXFPSLabel",
7   "license": "MIT",
8   "authors": {
9     "kaiwei.xkw": "kaiwei.xkw@alibaba-inc.com"
10   },
11   "source": {
12     "git": "https://github.com/xiekw2010/DXFPSLabel.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DXFPSLabel": [
22       "Pod/Assets/*.png"
23     ]
24   }