blob: 11bc9b913ce82e5953796a2addbb1df50d8a6843 [file] [log] [blame]
{
"name": "FirstPodProject",
"version": "1.0.0",
"summary": "FirstPodProject to see how it works",
"homepage": "http://arangaya.com",
"description": "trying to learn cocoapods awesomess\n",
"license": "MIT",
"authors": {
"Chamira Fernando": "chamira.fdo@gmail.com"
},
"source": {
"git": "https://github.com/chamira/FirstPodProject.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"FirstPodProject": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
]
}