blob: ec6fc52e47e61017b4e55a5bc558c43c9f7bd47f [file] [log] [blame]
{
"name": "libA",
"version": "0.3.0",
"summary": "A very short description of the libA. test lib",
"description": "bla bla bla and A very short description of the libA. test lib",
"homepage": "https://bitbucket.org/ykamyshenko/liba",
"license": "MIT",
"authors": {
"Yury Kamyshenko": "ykamyshenko@test.ru"
},
"source": {
"git": "https://bitbucket.org/ykamyshenko/liba.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"libA": [
"Pod/Assets/*.png"
]
}
}