blob: 3cecdcf580493d7512275f2a158ce92e21679f69 [file] [log] [blame]
{
"name": "objc-rlite",
"version": "0.0.1",
"summary": "Objective-C wrapper for rlite",
"description": " For more information on rlite visit\n https://github.com/seppo0010/rlite\n",
"homepage": "https://github.com/seppo0010/objc-rlite",
"license": "BSD",
"authors": {
"Sebastian Waisbrot": "seppo0010@gmail.com"
},
"source": {
"git": "https://github.com/seppo0010/objc-rlite.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/seppo0010",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h"
}