blob: 320fc52f26ee007deec50b039ad0d4f767f9c787 [file] [log] [blame]
{
"name": "JFDeviceInfo",
"version": "0.0.1",
"summary": "Just a Swift helper to get basic device info.",
"homepage": "https://github.com/josafafilho/JFDeviceInfo",
"license": "MIT",
"authors": {
"josafafilho": "josafafilho15@gmail.com"
},
"source": {
"git": "https://github.com/josafafilho/JFDeviceInfo.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/josafapfilho",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JFDeviceInfo": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}