blob: bb07d279fbeec2a250fc9646049321d86d1094b6 [file] [log] [blame]
{
"name": "travis-test",
"version": "2.0.3",
"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": "2.0.3"
},
"source_files": "TestSDK/**/*.{h,m}",
"public_header_files": [
"TestSDK/TestSDK.h",
"TestSDK/Test.h"
],
"requires_arc": true
}