blob: ed2a469d7a9414010f69d8e468ccc34d531c797b [file] [log] [blame]
{
"name": "travistest",
"version": "3.0.2",
"homepage": "https://github.com/kovacsi/testrepo.git",
"license": {
"type": "EPL",
"file": "LICENSE.txt"
},
"authors": {
"Migeran": "support@migeran.com"
},
"summary": "Simple cocoapods test",
"platforms": {
"ios": "8.4"
},
"source": {
"git": "https://github.com/migeran/travis-test.git",
"tag": "3.0.2"
},
"source_files": "travistest/**/*.{h,m}",
"public_header_files": [
"travistest/travistest.h",
"travistest/Test.h"
],
"requires_arc": true
}