[Add] BlueTriangleSDK-Swift 3.13.1
[CocoaPods.git] / Specs / c / d / 5 / MyPodLib / 0.0.1 / MyPodLib.podspec.json
blobd9d91200cc1a738b6dd207bf7a4b2fbb844a46e3
2   "name": "MyPodLib",
3   "version": "0.0.1",
4   "summary": "MyPodLib is my first test of creating custom pod.",
5   "homepage": "https://github.com/maohanyan/MyPodLib",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Mariam Ohanyan": "mariam@helix.am",
12     "Username": "maohanyan@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/maohanyan/MyPodLib.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "MyPodLib",
23     "MyPodLib/**/*.{h,m}"
24   ],
25   "public_header_files": "MyPodLib/**/*.h",
26   "frameworks": "Foundation",
27   "requires_arc": true