[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 2 / 9 / f / MyReusableLibrary / 0.1.0 / MyReusableLibrary.podspec.json
bloba770379bf1e627834da295508fb0431d55c44523
2   "name": "MyReusableLibrary",
3   "version": "0.1.0",
4   "summary": "MyLibrary is a collation of all the categories and third party files",
5   "description": "This pod is used to collate all the third party files. This will be used in all the projects in TTPL.",
6   "homepage": "https://github.com/abhinavdixit/MyReusableLibrary",
7   "license": "MIT",
8   "authors": {
9     "abhinav dixit": "abhinavdixit1989@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/abhinavdixit/MyReusableLibrary.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Example/Categories/*.{h,m}",
20   "resource_bundles": {
21     "MyReusableLibrary": [
22       "Pod/Assets/*.png"
23     ]
24   }