blob: 1c3b01bbd054f4e1bc04e4adfaac0dacad6abb5a [file] [log] [blame]
{
"name": "APPodtest",
"version": "0.3.3",
"summary": "Getting to handle with creating Pod.",
"description": "This is another project where I am learning how to create a Pod",
"homepage": "https://github.com/thebeni/APPodTesting",
"license": "MIT",
"authors": {
"Arben Pnishi": "arbenpnishi@gmail.com"
},
"source": {
"git": "https://github.com/thebeni/APPodTesting.git",
"tag": "0.3.3"
},
"social_media_url": "https://twitter.com/TheBenii",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,bundle,a}",
"resource_bundles": {
"APPodtest": [
"Pod/Assets/*.png"
]
},
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(SRCROOT)/Pods/**"
},
"frameworks": "UIKit"
}