blob: b0cf885b24d604cbe632adb236e053464dba20ba [file] [log] [blame]
{
"name": "libA",
"version": "0.4.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.4.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"libA": [
"Pod/Assets/*.png"
]
}
}