[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / a / 7 / DeviceInfo / 0.0.1 / DeviceInfo.podspec.json
blob9d9f96604442278d336f117a3cae4d59c856f789
2   "name": "DeviceInfo",
3   "version": "0.0.1",
4   "summary": "简单的有关屏幕大小和计算等",
5   "homepage": "https://github.com/nhfc99/DeviceInfo",
6   "license": "MIT",
7   "authors": {
8     "牛宏飞": "nhfc99@163.com"
9   },
10   "source": {
11     "git": "https://github.com/nhfc99/DeviceInfo.git",
12     "tag": "0.0.1"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "DeviceInfo/*.{h,m}",
19   "frameworks": [
20     "Foundation",
21     "CoreGraphics",
22     "UIKit"
23   ]