blob: a770379bf1e627834da295508fb0431d55c44523 [file] [log] [blame]
{
"name": "MyReusableLibrary",
"version": "0.1.0",
"summary": "MyLibrary is a collation of all the categories and third party files",
"description": "This pod is used to collate all the third party files. This will be used in all the projects in TTPL.",
"homepage": "https://github.com/abhinavdixit/MyReusableLibrary",
"license": "MIT",
"authors": {
"abhinav dixit": "abhinavdixit1989@gmail.com"
},
"source": {
"git": "https://github.com/abhinavdixit/MyReusableLibrary.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Example/Categories/*.{h,m}",
"resource_bundles": {
"MyReusableLibrary": [
"Pod/Assets/*.png"
]
}
}