blob: d9d91200cc1a738b6dd207bf7a4b2fbb844a46e3 [file] [log] [blame]
{
"name": "MyPodLib",
"version": "0.0.1",
"summary": "MyPodLib is my first test of creating custom pod.",
"homepage": "https://github.com/maohanyan/MyPodLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mariam Ohanyan": "mariam@helix.am",
"Username": "maohanyan@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/maohanyan/MyPodLib.git",
"tag": "0.0.1"
},
"source_files": [
"MyPodLib",
"MyPodLib/**/*.{h,m}"
],
"public_header_files": "MyPodLib/**/*.h",
"frameworks": "Foundation",
"requires_arc": true
}